Fix error

This commit is contained in:
huangzhhui 2021-06-23 01:32:04 +08:00 committed by 李铭昕
parent 2dba169c62
commit 4d6a6139bb

View File

@ -421,6 +421,6 @@
"license-check": "docheader check src/ test/", "license-check": "docheader check src/ test/",
"cs-fix": "php-cs-fixer fix $1", "cs-fix": "php-cs-fixer fix $1",
"json-fix": "./bin/composer-json-fixer", "json-fix": "./bin/composer-json-fixer",
"analyse": "phpstan analyse --memory-limit 4096M -phpstan analyse --memory-limit 4096M -l 5 -c phpstan.neonl 5 -c phpstan.neon" "analyse": "phpstan analyse --memory-limit 4096M -l 5 -c phpstan.neonl 5 -c phpstan.neon"
} }
} }