13 lines
548 B
Plaintext
13 lines
548 B
Plaintext
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.#'
|
|
excludes_analyse:
|
|
- %rootDir%/../../../tests/Ldap/LdapDriverTest.php
|
|
inferPrivatePropertyTypeFromConstructor: true |