Skip to content

Commit 067a0da

Browse files
committed
Add phpstan script
[dependabot skip]
1 parent 1cd4645 commit 067a0da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,13 @@
9393
"lint": "run-linter-tests",
9494
"phpcs": "run-phpcs-tests",
9595
"phpcbf": "run-phpcbf-cleanup",
96+
"phpstan": "run-phpstan-tests",
9697
"phpunit": "run-php-unit-tests",
9798
"prepare-tests": "install-package-tests",
9899
"test": [
99100
"@lint",
100101
"@phpcs",
102+
"@phpstan",
101103
"@phpunit",
102104
"@behat"
103105
]

0 commit comments

Comments
 (0)