Skip to content

Commit f10465b

Browse files
committed
Revert "Disable tomasvotruba/unused-public for now"
This reverts commit f9cd010.
1 parent 91cda71 commit f10465b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
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.3",
24+
"tomasvotruba/unused-public": "^1.0",
2425
"vlucas/phpdotenv": "^5.4"
2526
},
2627
"conflict": {

phpstan.neon.dist

Lines changed: 5 additions & 0 deletions
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)