mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-03-23 00:42:31 +00:00
16 lines
No EOL
766 B
Text
16 lines
No EOL
766 B
Text
includes:
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
|
- vendor/phpstan/phpstan-symfony/rules.neon
|
|
|
|
parameters:
|
|
tmpDir: %rootDir%/../../../var/cache/phpstan
|
|
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.#'
|
|
- '#Method Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface::dispatch\(\) invoked with 2 parameters, 1 required.#'
|
|
excludes_analyse:
|
|
- %rootDir%/../../../src/Ldap/LdapDriver.php
|
|
treatPhpDocTypesAsCertain: false
|
|
inferPrivatePropertyTypeFromConstructor: true |