Skip to content

Commit

Permalink
和PHPSTAN统一用词
Browse files Browse the repository at this point in the history
  • Loading branch information
Reasno authored Dec 2, 2019
1 parent 1997a25 commit c4ab297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
],
"test": "co-phpunit -c phpunit.xml --colors=always",
"cs-fix": "php-cs-fixer fix $1",
"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",
"start": "php ./bin/hyperf.php start",
"init-proxy": "init-proxy.sh"
}
Expand Down

0 comments on commit c4ab297

Please sign in to comment.