Merge pull request #1 from zhamao-robot/refactor-logger

重构 ConsoleLogger
This commit is contained in:
sunxyw
2022-05-14 01:00:27 +08:00
committed by GitHub
2 changed files with 161 additions and 68 deletions

View File

@@ -61,6 +61,7 @@
"[ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/cghooks add"
],
"analyse": "phpstan analyse --memory-limit 300M",
"cs-fix": "php-cs-fixer fix"
"cs-fix": "php-cs-fixer fix",
"test": "phpunit --no-coverage"
}
}