Skip to content

Commit a7f1975

Browse files
author
Michael Hoffmann
committed
Fix wrong sniff name
1 parent f0dbc4d commit a7f1975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scherersoftware/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/TypeHints/LongTypeHintsSniff.php"/>
2828
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/ControlStructures/YodaComparisonSniff.php"/>
29-
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/NameSpaces/UnusedUsesSniff.php"/>
29+
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Namespaces/UnusedUsesSniff.php"/>
3030
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Classes/UnusedPrivateElementsSniff.php"/>
3131

3232
<rule ref="PSR2">

0 commit comments

Comments
 (0)