mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-03-18 14:52:53 +00:00
12 lines
499 B
Text
12 lines
499 B
Text
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
|