We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1909bd4 commit 3900215Copy full SHA for 3900215
composer.json
@@ -21,6 +21,7 @@
21
"phpstan/phpstan-strict-rules": "^2.0",
22
"phpunit/phpunit": "^8.5|^9.5",
23
"symplify/easy-coding-standard": "^12.4",
24
+ "tomasvotruba/unused-public": "^2.0",
25
"vlucas/phpdotenv": "^5.4"
26
},
27
"conflict": {
phpstan.neon.dist
@@ -14,6 +14,11 @@ parameters:
14
bootstrapFiles:
15
- bootstrap.php
16
17
+ unused_public:
18
+ methods: true
19
+ properties: true
20
+ constants: true
+
reportUnmatchedIgnoredErrors: false
ignoreErrors:
0 commit comments