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 39764f9 commit 91239bdCopy full SHA for 91239bd
composer.json
@@ -21,7 +21,6 @@
21
"phpstan/phpstan-strict-rules": "^2.0",
22
"phpunit/phpunit": "^8.5|^9.5",
23
"symplify/easy-coding-standard": "^12.3",
24
- "tomasvotruba/unused-public": "^1.0",
25
"vlucas/phpdotenv": "^5.4"
26
},
27
"conflict": {
phpstan.neon.dist
@@ -14,11 +14,6 @@ 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