Skip to content

Commit

Permalink
Allow command-line fix for unused private methods
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Apr 19, 2024
1 parent 5169d8b commit 1e22e93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/code_info/issue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ impl IssueKind {
| Self::UnusedFunction
| Self::UnusedInterface
| Self::UnusedPrivateProperty
| Self::UnusedPrivateMethod
| Self::UnusedInheritedMethod
| Self::UnusedPublicOrProtectedProperty
| Self::UnusedPublicOrProtectedMethod
| Self::UnusedXhpAttribute
Expand Down

0 comments on commit 1e22e93

Please sign in to comment.