We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49b817 commit ca13e1bCopy full SHA for ca13e1b
.github/workflows/phpstan.yml
@@ -18,11 +18,11 @@ jobs:
18
- uses: php-actions/[email protected]
19
with:
20
configuration: webapp/phpstan.dist.neon
21
- path: webapp/src webapp/tests
22
php_extensions: gd intl mysqli pcntl zip
23
autoload_file: webapp/vendor/autoload.php
24
version: composer
25
level: 8
+ generate_baseline: /tmp/artifacts/phpstan_baseline.xml
26
- uses: actions/upload-artifact@v4
27
if: always()
28
0 commit comments