2019-05-28 12:24:21 +02:00
|
|
|
includes:
|
|
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
|
|
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
2020-01-16 16:25:28 +01:00
|
|
|
- vendor/phpstan/phpstan-symfony/rules.neon
|
2019-05-28 12:24:21 +02:00
|
|
|
|
2019-05-24 01:11:03 +02:00
|
|
|
parameters:
|
2019-08-22 18:56:21 +02:00
|
|
|
tmpDir: %rootDir%/../../../var/cache/phpstan
|
2019-05-28 12:24:21 +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-11-10 13:57:05 +01:00
|
|
|
- '#Method Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface::dispatch\(\) invoked with 2 parameters, 1 required.#'
|
2019-05-28 12:24:21 +02:00
|
|
|
excludes_analyse:
|
2019-06-11 01:25:49 +02:00
|
|
|
- %rootDir%/../../../src/Ldap/LdapDriver.php
|
2020-03-05 02:15:16 +01:00
|
|
|
treatPhpDocTypesAsCertain: false
|
|
|
|
inferPrivatePropertyTypeFromConstructor: true
|