Skip to content

Commit 3900215

Browse files
authored
Revert "Disable tomasvotruba/unused-public for now" (#717)
1 parent 1909bd4 commit 3900215

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"phpstan/phpstan-strict-rules": "^2.0",
2222
"phpunit/phpunit": "^8.5|^9.5",
2323
"symplify/easy-coding-standard": "^12.4",
24+
"tomasvotruba/unused-public": "^2.0",
2425
"vlucas/phpdotenv": "^5.4"
2526
},
2627
"conflict": {

phpstan.neon.dist

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ parameters:
1414
bootstrapFiles:
1515
- bootstrap.php
1616

17+
unused_public:
18+
methods: true
19+
properties: true
20+
constants: true
21+
1722
reportUnmatchedIgnoredErrors: false
1823

1924
ignoreErrors:

0 commit comments

Comments
 (0)