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 1997a25 commit c4ab297Copy full SHA for c4ab297
composer.json
@@ -80,7 +80,7 @@
80
],
81
"test": "co-phpunit -c phpunit.xml --colors=always",
82
"cs-fix": "php-cs-fixer fix $1",
83
- "analyze": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config",
+ "analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config",
84
"start": "php ./bin/hyperf.php start",
85
"init-proxy": "init-proxy.sh"
86
}
0 commit comments