-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathphpstan.neon
More file actions
22 lines (19 loc) · 768 Bytes
/
phpstan.neon
File metadata and controls
22 lines (19 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
includes:
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-symfony/extension.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
parameters:
level: 8
reportUnmatchedIgnoredErrors: false
inferPrivatePropertyTypeFromConstructor: true
checkMissingIterableValueType: false
paths:
- %currentWorkingDirectory%/src
ignoreErrors:
- '#Parameter \#\d \$\w+ of method QuickBooks_QBXML_Object#'
excludes_analyse:
- %currentWorkingDirectory%/src/Migrations/*
symfony:
container_xml_path: %rootDir%/../../../var/cache/dev/srcApp_KernelDevDebugContainer.xml