We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d3653 commit 71c1378Copy full SHA for 71c1378
MO4/ruleset.xml
@@ -21,6 +21,7 @@
21
22
<rule ref="PEAR.ControlStructures.MultiLineCondition"/>
23
24
+ <rule ref="Generic.Arrays.ArrayIndent"/>
25
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
26
<rule ref="Generic.Formatting.SpaceAfterCast"/>
27
<rule ref="Generic.Formatting.MultipleStatementAlignment">
composer.json
@@ -25,7 +25,7 @@
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
},
"require": {
28
- "squizlabs/php_codesniffer": "^3.0",
+ "squizlabs/php_codesniffer": "^3.2",
29
"escapestudios/symfony2-coding-standard": "^3.0",
30
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
31
"php": ">=5.4.0"
0 commit comments