Skip to content

Commit 71c1378

Browse files
xaloppmmoll
authored andcommitted
add Generic.Arrays.ArrayIndent Sniff to ruleset
1 parent a6d3653 commit 71c1378

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MO4/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
<rule ref="PEAR.ControlStructures.MultiLineCondition"/>
2323

24+
<rule ref="Generic.Arrays.ArrayIndent"/>
2425
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
2526
<rule ref="Generic.Formatting.SpaceAfterCast"/>
2627
<rule ref="Generic.Formatting.MultipleStatementAlignment">

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
2626
},
2727
"require": {
28-
"squizlabs/php_codesniffer": "^3.0",
28+
"squizlabs/php_codesniffer": "^3.2",
2929
"escapestudios/symfony2-coding-standard": "^3.0",
3030
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
3131
"php": ">=5.4.0"

0 commit comments

Comments
 (0)