mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-03-19 07:03:19 +00:00
15 lines
No EOL
747 B
Text
15 lines
No EOL
747 B
Text
includes:
|
|
- %rootDir%/../phpstan-symfony/extension.neon
|
|
- %rootDir%/../phpstan-doctrine/extension.neon
|
|
- %rootDir%/../phpstan-phpunit/extension.neon
|
|
|
|
parameters:
|
|
tmpDir: %rootDir%/../../../var/cache/phpstan
|
|
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.#'
|
|
- '#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 |