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 0fdd6d9 commit 6f7634fCopy full SHA for 6f7634f
composer.json
@@ -35,7 +35,7 @@
35
}
36
},
37
"scripts": {
38
- "check-cs": "./vendor/bin/php-cs-fixer fix --dry-run --diff --diff-format=udiff",
39
- "cs-fix": "./vendor/bin/php-cs-fixer fix"
+ "check-cs": "./php-cs-fixer fix --dry-run --diff --diff-format=udiff",
+ "cs-fix": "./php-cs-fixer fix"
40
41
0 commit comments