PHPstan on test code

This commit is contained in:
2023-08-04 07:03:28 +00:00
parent ed665e755c
commit 9acc3bbeab
5 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@
"@analyze-phpcs",
"@analyze-psalm"
],
"analyze-phpstan":"vendor/bin/phpstan analyze --error-format=raw src/",
"analyze-phpstan":"vendor/bin/phpstan analyze --error-format=raw",
"analyze-phpcs": "vendor/bin/phpcs --report=emacs --standard=PSR12 --exclude=Generic.Files.LineLength src",
"analyze-psalm": "vendor/bin/psalm"
}