Skip to content

Commit 3b8bf3d

Browse files
authored
Readd unused-public configuration to phpstan.neon.dist (#620)
1 parent 0e5a449 commit 3b8bf3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan.neon.dist

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

18+
unused_public:
19+
methods: true
20+
properties: true
21+
constants: true
22+
1823
reportUnmatchedIgnoredErrors: false
1924

2025
ignoreErrors:

0 commit comments

Comments
 (0)