File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,6 @@ parameters:
21
21
- ../tests/phpstan-bootstrap.php
22
22
cache :
23
23
nodesByStringCountMax : 128
24
- shipmonkDeadCode :
25
- usageExcluders :
26
- tests :
27
- enabled : true
28
24
checkUninitializedProperties : true
29
25
checkMissingCallableSignature : true
30
26
excludePaths :
@@ -79,6 +75,15 @@ parameters:
79
75
-
80
76
identifier : shipmonk.deadMethod
81
77
message : ' #^Unused .*?Factory::create#' # likely used in DIC
78
+ -
79
+ identifier : shipmonk.deadMethod
80
+ paths :
81
+ - ../tests/PHPStan/Tests
82
+ - ../tests/e2e
83
+ -
84
+ identifier : shipmonk.deadConstant
85
+ paths :
86
+ - ../tests/PHPStan/Fixture
82
87
-
83
88
identifier : shipmonk.deadMethod
84
89
path : ../src/Reflection/BetterReflection/SourceLocator/FileReadTrapStreamWrapper.php
You can’t perform that action at this time.
0 commit comments