linkmobility4oxid/phpstan.neon

14 lines
526 B
Plaintext
Raw Normal View History

parameters:
scanFiles:
2022-07-27 09:27:59 +02:00
- src/IntelliSenseHelper.php
- ../../oxid-esales/oxideshop-ce/source/oxfunctions.php
paths:
- src
2023-01-10 23:33:48 +01:00
excludePaths:
- src/tests
2022-07-27 09:27:59 +02:00
level: 9
phpVersion: 70100
2022-07-27 09:27:59 +02:00
ignoreErrors:
2023-01-10 23:33:48 +01:00
- '#Psr\\Container\\ContainerExceptionInterface is not subtype of Throwable#'
2023-01-15 22:24:49 +01:00
- '#Cannot cast mixed to string.#'
- '#Method D3\\Linkmobility4OXID\\Setup\\Actions::getUniqueFieldTypes\(\) should return array\<string\> but returns array\<int, string\|null\>.#'