DebugBar/phpstan.neon

17 lines
737 B
Plaintext
Raw Normal View History

2022-07-30 20:58:10 +02:00
parameters:
2022-08-03 09:12:45 +02:00
paths:
- .
2022-07-30 20:58:10 +02:00
scanFiles:
- IntelliSenseHelper.php
- ../../oxid-esales/oxideshop-ce/source/oxfunctions.php
level: 9
2022-08-03 09:12:45 +02:00
phpVersion: 70300
2022-07-30 20:58:10 +02:00
checkMissingIterableValueType: false
ignoreErrors:
2022-08-03 09:12:45 +02:00
- '#setConfigParam\(\) expects string, array given.#'
- '#Offset .* does not exist on array{function: .*}.#'
2022-08-16 11:08:53 +02:00
- '#ShopControl_DebugBar::_handle.*Exception\(\) has no return type specified#'
- '#ShopControl_DebugBar::start\(\) has no return type specified.#'
- '#UtilsView::addErrorToDisplay\(\) expects OxidEsales\\Eshop\\Core\\Contract\\IDisplayError#'
- '#PHPDoc tag @throws with type .*\\ContainerExceptionInterface is not subtype of Throwable#'