We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24bb8f commit 9eb4156Copy full SHA for 9eb4156
phpstan.neon
@@ -19,12 +19,23 @@ parameters:
19
- tests/src
20
bootstrapFiles:
21
- phpstan-attributes.php
22
+ ignoreErrors:
23
+ -
24
+ identifier: shipmonk.deadMethod # Used in extension.neon
25
+ paths:
26
+ - src/DisallowedSuperglobalFactory.php
27
+ - src/DisallowedControlStructureFactory.php
28
+ shipmonkDeadCode:
29
+ usageExcluders:
30
+ tests:
31
+ enabled: true
32
33
includes:
34
- phpstan-exclude-paths.php
35
- phpstan-ignore-errors.php
36
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
37
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
38
+ - vendor/shipmonk/dead-code-detector/rules.neon
39
- extension.neon
40
- disallowed-dangerous-calls.neon
41
- disallowed-execution-calls.neon
0 commit comments