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 c984222 commit a68d909Copy full SHA for a68d909
composer.json
@@ -40,6 +40,7 @@
40
"phpstan/phpstan": "^0.9.2"
41
},
42
"scripts": {
43
- "ps": "vendor/bin/phpstan analyse src --level=1 -c phpstan.neon"
+ "ps": "vendor/bin/phpstan analyse src --level=1 -c phpstan.neon",
44
+ "stan": "@ps"
45
}
46
0 commit comments