Skip to content

Commit 00152f1

Browse files
committed
fixed phpcs command
1 parent efb56a5 commit 00152f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"bamarni/composer-bin-plugin": "^1.2"
1515
},
1616
"scripts": {
17-
"codestyle": "phpcs --standard=InfinityloopCodingStandard --extensions=php"
17+
"codestyle": "phpcs --standard=InfinityloopCodingStandard --extensions=php InfinityloopCodingStandard"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)