0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-20 15:43:01 +00:00
kevinpapst_kimai2/tests/phpstan.neon

15 lines
747 B
Text
Raw Normal View History

2019-06-07 20:48:39 +00:00
includes:
- %rootDir%/../phpstan-symfony/extension.neon
- %rootDir%/../phpstan-doctrine/extension.neon
- %rootDir%/../phpstan-phpunit/extension.neon
parameters:
tmpDir: %rootDir%/../../../var/cache/phpstan
2019-06-07 20:48:39 +00:00
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.#'
2019-08-15 23:22:33 +00:00
- '#Call to static method PHPUnit\\Framework\\Assert::assertSame\(\) with App\\Entity\\[a-zA-Z0-9]+ and null will always evaluate to false.#'
excludes_analyse:
- %rootDir%/../../../tests/Ldap/LdapDriverTest.php
inferPrivatePropertyTypeFromConstructor: true