2019-05-28 10:24:21 +00:00
|
|
|
includes:
|
|
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
|
|
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
2020-01-16 15:25:28 +00:00
|
|
|
- vendor/phpstan/phpstan-symfony/rules.neon
|
2019-05-28 10:24:21 +00:00
|
|
|
|
2019-05-23 23:11:03 +00:00
|
|
|
parameters:
|
2019-08-22 16:56:21 +00:00
|
|
|
tmpDir: %rootDir%/../../../var/cache/phpstan
|
2019-05-28 10:24:21 +00:00
|
|
|
ignoreErrors:
|
|
|
|
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::scalarNode\(\).#'
|
2020-01-16 15:25:28 +00:00
|
|
|
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::integerNode\(\).#'
|
|
|
|
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::booleanNode\(\).#'
|
|
|
|
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::end\(\).#'
|
|
|
|
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::defaultValue\(\).#'
|
2019-05-28 10:24:21 +00:00
|
|
|
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::addDefaultsIfNotSet\(\).#'
|
|
|
|
- '#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 12:57:05 +00:00
|
|
|
- '#Method Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface::dispatch\(\) invoked with 2 parameters, 1 required.#'
|
2019-05-28 10:24:21 +00:00
|
|
|
excludes_analyse:
|
2019-06-10 23:25:49 +00:00
|
|
|
- %rootDir%/../../../src/Ldap/LdapDriver.php
|
2020-03-05 01:15:16 +00:00
|
|
|
treatPhpDocTypesAsCertain: false
|
|
|
|
inferPrivatePropertyTypeFromConstructor: true
|