Skip to content

Commit 510beaa

Browse files
committed
Add PHPStan to CI
1 parent bd0109d commit 510beaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ before_script:
1414
phpunit:
1515
script:
1616
- vendor/bin/phpunit tests
17+
18+
phpstan:
19+
script:
20+
- vendor/bin/phpstan analyze src --level=9

0 commit comments

Comments
 (0)