0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-24 17:14:46 +00:00
kevinpapst_kimai2/tests/phpstan.neon
2019-06-07 22:48:39 +02:00

10 lines
418 B
Text

includes:
- %rootDir%/../phpstan-symfony/extension.neon
- %rootDir%/../phpstan-doctrine/extension.neon
- %rootDir%/../phpstan-phpunit/extension.neon
parameters:
ignoreErrors:
- '#Access to an undefined property Faker\\Generator::\$stateAbbr.#'
- '#Access to an undefined property Faker\\Generator::\$catchPhrase.#'
- '#Access to an undefined property Faker\\Generator::\$bs.#'