forked from shopware/SwagLanguagePack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon.dist
27 lines (25 loc) · 884 Bytes
/
phpstan.neon.dist
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
includes:
- ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
level: 8
tmpDir: var/cache/phpstan
inferPrivatePropertyTypeFromConstructor: true
bootstrapFiles:
- ../../../src/Core/DevOps/StaticAnalyze/phpstan-bootstrap.php
# run `php tests/TestBootstrap.php` to create the container
symfony:
constantHassers: false
containerXmlPath: '../../../var/cache/phpstan_dev/Shopware_Core_DevOps_StaticAnalyze_StaticAnalyzeKernelPhpstan_devDebugContainer.xml'
consoleApplicationLoader: ../../../src/Core/DevOps/StaticAnalyze/console-application.php
paths:
- src
- tests
type_coverage:
return_type: 99
param_type: 99
property_type: 84
ignoreErrors:
-
message: '#Service ".*" is private#'
paths:
- tests/*Test.php