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.
2 parents b96123f + 0fc4f4e commit 73ea667Copy full SHA for 73ea667
composer.json
@@ -30,7 +30,7 @@
30
"php-parallel-lint/php-parallel-lint": "^1.2",
31
"php-parallel-lint/php-console-highlighter": "^1.0",
32
"phpstan/phpstan-deprecation-rules": "^1.2 || ^2.0",
33
- "shipmonk/dead-code-detector": "^0.12",
+ "shipmonk/dead-code-detector": "^0.13.2",
34
"spaze/coding-standard": "^1.8"
35
},
36
"autoload": {
phpstan.neon
@@ -29,6 +29,8 @@ parameters:
29
usageExcluders:
tests:
enabled: true
+ detect:
+ deadEnumCases: true
includes:
- phpstan-exclude-paths.php
0 commit comments