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 2e3dd46 commit cb60d93Copy full SHA for cb60d93
composer.json
@@ -74,6 +74,7 @@
74
"phpstan analyze",
75
"rector process --dry-run"
76
],
77
+ "sa": "@analyze",
78
"test": "phpunit",
79
"cs": [
80
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.user-guide.php",
@@ -84,7 +85,8 @@
84
85
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.user-guide.php",
86
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
87
"php-cs-fixer fix --ansi --verbose --diff"
- ]
88
+ ],
89
+ "style": "@cs-fix"
90
},
91
"scripts-descriptions": {
92
"analyze": "Run static analysis",
0 commit comments