Skip to content

Commit

Permalink
fix PHPCS BC break
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Mar 8, 2018
1 parent aa597e8 commit 1bd9615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Consistence/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
<rule ref="Generic.Classes.DuplicateClassName"/>
<rule ref="Generic.CodeAnalysis.EmptyStatement">
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCATCH"/><!-- empty catch statements are allowed -->
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCatch"/><!-- empty catch statements are allowed -->
</rule>
<rule ref="Generic.CodeAnalysis.ForLoopShouldBeWhileLoop"/>
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "~7.0",
"squizlabs/php_codesniffer": "~3.2.0",
"squizlabs/php_codesniffer": "~3.2.3",
"slevomat/coding-standard": "~4.0"
},
"require-dev": {
Expand Down

0 comments on commit 1bd9615

Please sign in to comment.