-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan.neon
28 lines (22 loc) · 1011 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
includes:
- ./phpstan-baseline.neon
- tools/phpstan/vendor/phpstan/phpstan-strict-rules/rules.neon
- tools/phpstan/vendor/phpstan/phpstan-phpunit/extension.neon
- tools/phpstan/vendor/phpstan/phpstan-phpunit/rules.neon
- tools/phpstan/vendor/phpstan/phpstan-webmozart-assert/extension.neon
- tools/phpstan/vendor/phpstan/phpstan-symfony/extension.neon
- tools/phpstan/vendor/phpstan/phpstan-symfony/rules.neon
parameters:
level: max
paths:
- src
- tests
excludePaths:
- fixtures/applications/Symfony
symfony:
container_xml_path: 'fixtures/applications/Symfony/var/cache/test/Kocal_SymfonyMailerTesting_Fixtures_Applications_Symfony_App_KernelTestDebugContainer.xml'
inferPrivatePropertyTypeFromConstructor: true
reportUnmatchedIgnoredErrors: false
ignoreErrors:
# Should be fixed by Symfony
- '#Property Kocal\\SymfonyMailerTesting\\Tests\\Bridge\\Symfony\\(.*?)::\$class has no typehint specified.#'