Add phpstan script

[dependabot skip]
This commit is contained in:
Pascal Birchler 2025-07-28 20:53:35 +02:00
parent 1cd4645e0e
commit 067a0dadb5
No known key found for this signature in database
GPG key ID: 0DECE73DD74E8B2F

View file

@ -93,11 +93,13 @@
"lint": "run-linter-tests",
"phpcs": "run-phpcs-tests",
"phpcbf": "run-phpcbf-cleanup",
"phpstan": "run-phpstan-tests",
"phpunit": "run-php-unit-tests",
"prepare-tests": "install-package-tests",
"test": [
"@lint",
"@phpcs",
"@phpstan",
"@phpunit",
"@behat"
]