Skip to content

Commit 91239bd

Browse files
committed
Disable tomasvotruba/unused-public for now
1 parent 39764f9 commit 91239bd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"phpstan/phpstan-strict-rules": "^2.0",
2222
"phpunit/phpunit": "^8.5|^9.5",
2323
"symplify/easy-coding-standard": "^12.3",
24-
"tomasvotruba/unused-public": "^1.0",
2524
"vlucas/phpdotenv": "^5.4"
2625
},
2726
"conflict": {

phpstan.neon.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ parameters:
1414
bootstrapFiles:
1515
- bootstrap.php
1616

17-
unused_public:
18-
methods: true
19-
properties: true
20-
constants: true
21-
2217
reportUnmatchedIgnoredErrors: false
2318

2419
ignoreErrors:

0 commit comments

Comments
 (0)