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 842b64f commit 20770b3Copy full SHA for 20770b3
composer.json
@@ -20,7 +20,7 @@
20
},
21
"require-dev": {
22
"arachne/coding-style": "~0.2",
23
- "squizlabs/php_codesniffer": "~1.4"
+ "squizlabs/php_codesniffer": "~2.0"
24
25
"autoload": {
26
"psr-4": {
tests/fix.sh
@@ -0,0 +1,3 @@
1
+cd ./vendor/bin
2
+./phpcbf --standard=../arachne/coding-style/ruleset.xml ../../src
3
+./phpcbf --standard=../arachne/coding-style/ruleset.xml --ignore=_* ../../tests
0 commit comments