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 5cf6f18 commit 3ebdd6fCopy full SHA for 3ebdd6f
composer.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"lint:fix": "./vendor/bin/php-cs-fixer fix --config=.php_cs --using-cache false",
13
"lint:check": "./vendor/bin/phplint",
14
- "lint": "composer run-script lint:fix && composer run-script lint:check",
+ "lint": "composer run-script lint && composer run-script lint:check",
15
"test": "./vendor/bin/phpunit"
16
},
17
"require": {
0 commit comments