Skip to content

Commit ca13e1b

Browse files
authored
Update phpstan.yml
1 parent c49b817 commit ca13e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- uses: php-actions/[email protected]
1919
with:
2020
configuration: webapp/phpstan.dist.neon
21-
path: webapp/src webapp/tests
2221
php_extensions: gd intl mysqli pcntl zip
2322
autoload_file: webapp/vendor/autoload.php
2423
version: composer
2524
level: 8
25+
generate_baseline: /tmp/artifacts/phpstan_baseline.xml
2626
- uses: actions/upload-artifact@v4
2727
if: always()
2828
with:

0 commit comments

Comments
 (0)