2019-06-07 22:48:39 +02:00
|
|
|
includes:
|
|
|
|
- %rootDir%/../phpstan-symfony/extension.neon
|
|
|
|
- %rootDir%/../phpstan-doctrine/extension.neon
|
|
|
|
- %rootDir%/../phpstan-phpunit/extension.neon
|
|
|
|
|
|
|
|
parameters:
|
2019-08-22 18:56:21 +02:00
|
|
|
tmpDir: %rootDir%/../../../var/cache/phpstan
|
2019-06-07 22:48:39 +02: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-16 01:22:33 +02: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-11 01:25:49 +02:00
|
|
|
excludes_analyse:
|
|
|
|
- %rootDir%/../../../tests/Ldap/LdapDriverTest.php
|
2019-08-02 16:52:30 +02:00
|
|
|
inferPrivatePropertyTypeFromConstructor: true
|