DebugBar/phpstan.neon

13 lines
366 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: .*}.#'