File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,6 @@ vendor/
1212.phpunit *
1313* .cache
1414composer.lock
15- .vscode /
15+ .vscode /
16+ /phpstan.neon
17+ /phpunit.xml
Original file line number Diff line number Diff line change 6969 "post-autoload-dump" : [
7070 " rm -rf runtime/container"
7171 ],
72- "test" : " co-phpunit --prepend test/bootstrap.php -c phpunit.xml - -colors=always" ,
72+ "test" : " co-phpunit --prepend test/bootstrap.php --colors=always" ,
7373 "cs-fix" : " php-cs-fixer fix $1" ,
74- "analyse" : " phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config " ,
74+ "analyse" : " phpstan analyse --memory-limit 300M" ,
7575 "start" : [
7676 " Composer\\ Config::disableProcessTimeout" ,
7777 " php ./bin/hyperf.php start"
Original file line number Diff line number Diff line change 44# vendor/bin/phpstan analyse app --memory-limit 200M -l 0
55#
66parameters:
7+ level: 0
8+ paths:
9+ - ./app
10+ - ./config
711 reportUnmatchedIgnoredErrors: false
812 ignoreErrors:
913 - '#Static call to instance method Hyperf\\HttpServer\\Router\\Router::[a-zA-Z0-9\\_]+\(\)#'
File renamed without changes.
You canβt perform that action at this time.
0 commit comments