Skip to content

Commit 78c530c

Browse files
author
Hendrik Nijmeijer
committed
Add check-types composer script
1 parent 73c31fb commit 78c530c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@
4949
}
5050
],
5151
"scripts": {
52-
"test": "phpunit",
5352
"check-style": "pint --test",
54-
"fix-style": "pint"
53+
"check-types": "phpstan --configuration=\"phpstan.types.neon.dist\"",
54+
"fix-style": "pint",
55+
"test": "phpunit"
5556
},
5657
"extra": {
5758
"branch-alias": {

0 commit comments

Comments
 (0)