Skip to content

Commit 679e776

Browse files
committed
chore: add phpstan analysis command for testing types in composer.json
1 parent 4677231 commit 679e776

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
@@ -45,6 +45,7 @@
4545
],
4646
"test": [
4747
"vendor/bin/pest"
48-
]
48+
],
49+
"test:types": "phpstan analyse --memory-limit=1G"
4950
}
50-
}
51+
}

0 commit comments

Comments
 (0)