Skip to content

Commit 1bd9615

Browse files
committed
fix PHPCS BC break
1 parent aa597e8 commit 1bd9615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Consistence/ruleset.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
77
<rule ref="Generic.Classes.DuplicateClassName"/>
88
<rule ref="Generic.CodeAnalysis.EmptyStatement">
9-
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCATCH"/><!-- empty catch statements are allowed -->
9+
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCatch"/><!-- empty catch statements are allowed -->
1010
</rule>
1111
<rule ref="Generic.CodeAnalysis.ForLoopShouldBeWhileLoop"/>
1212
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "~7.0",
15-
"squizlabs/php_codesniffer": "~3.2.0",
15+
"squizlabs/php_codesniffer": "~3.2.3",
1616
"slevomat/coding-standard": "~4.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)