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 5cb7f67 commit 47646d6Copy full SHA for 47646d6
composer.json
@@ -29,7 +29,7 @@
29
"phpunit/phpunit" : "^4.5 || ^5.0 || ^6.0 || ^7.0",
30
"php-parallel-lint/php-parallel-lint": "^1.0",
31
"php-parallel-lint/php-console-highlighter": "^0.5",
32
- "phpcsstandards/phpcsdevcs": "^1.0"
+ "phpcsstandards/phpcsdevcs": "^1.1.1"
33
},
34
"bin": [
35
"bin/phpcs-check-feature-completeness"
phpcs.xml.dist
@@ -44,9 +44,6 @@
44
<!-- Set minimum PHP version supported to PHP 5.4. -->
45
<config name="testVersion" value="5.4-"/>
46
47
- <!-- Enforce short arrays. -->
48
- <rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
49
-
50
51
<!--
52
#############################################################################
0 commit comments