remove type check command (#38)

This commit is contained in:
hasseneb 2020-07-16 17:08:18 +01:00 committed by GitHub
parent e3a3a0411d
commit 887e802c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,6 @@
"scripts": {
"cs:fix": "php-cs-fixer fix",
"cs:check": "php-cs-fixer fix --dry-run -vvv",
"type:fix": "psalm --alter --issues=all",
"type:check": "psalm",
"type:coverage": "psalm --shepherd",
"test:unit": "phpunit",