forked from FriendsOfShopware/FroshPlatformTemplateMail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
25 lines (23 loc) · 786 Bytes
/
phpstan.neon.dist
File metadata and controls
25 lines (23 loc) · 786 Bytes
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
parameters:
phpVersion: 80100
level: max
treatPhpDocTypesAsCertain: false
checkFunctionNameCase: true
checkInternalClassCaseSensitivity: true
checkUninitializedProperties: true
reportUnmatchedIgnoredErrors: true
paths:
- src
- tests
symfony:
constantHassers: false
containerXmlPath: '../../../var/cache/phpstan_dev/Shopware_Core_DevOps_StaticAnalyze_StaticAnalyzeKernelPhpstan_devDebugContainer.xml'
consoleApplicationLoader: ../../../src/Core/DevOps/StaticAnalyze/console-application.php
type_coverage:
return_type: 99
param_type: 90
property_type: 81
ignoreErrors:
- # Direct container access
message: '#Service ".*" is private#'
path: tests