We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa597e8 commit 1bd9615Copy full SHA for 1bd9615
Consistence/ruleset.xml
@@ -6,7 +6,7 @@
6
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
7
<rule ref="Generic.Classes.DuplicateClassName"/>
8
<rule ref="Generic.CodeAnalysis.EmptyStatement">
9
- <exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCATCH"/><!-- empty catch statements are allowed -->
+ <exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCatch"/><!-- empty catch statements are allowed -->
10
</rule>
11
<rule ref="Generic.CodeAnalysis.ForLoopShouldBeWhileLoop"/>
12
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>
composer.json
@@ -12,7 +12,7 @@
],
13
"require": {
14
"php": "~7.0",
15
- "squizlabs/php_codesniffer": "~3.2.0",
+ "squizlabs/php_codesniffer": "~3.2.3",
16
"slevomat/coding-standard": "~4.0"
17
},
18
"require-dev": {
0 commit comments