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:
|
2019-08-22 16:56:21 +00:00
|
|
|
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.#'
|
2019-06-10 23:25:49 +00:00
|
|
|
excludes_analyse:
|
|
|
|
- %rootDir%/../../../tests/Ldap/LdapDriverTest.php
|
2019-08-02 14:52:30 +00:00
|
|
|
inferPrivatePropertyTypeFromConstructor: true
|