Skip to content

Commit c4ab297

Browse files
authored
和PHPSTAN统一用词
1 parent 1997a25 commit c4ab297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
],
8181
"test": "co-phpunit -c phpunit.xml --colors=always",
8282
"cs-fix": "php-cs-fixer fix $1",
83-
"analyze": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config",
83+
"analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config",
8484
"start": "php ./bin/hyperf.php start",
8585
"init-proxy": "init-proxy.sh"
8686
}

0 commit comments

Comments
 (0)