Skip to content

Commit 50ce9f8

Browse files
committed
Fxiup
1 parent e7c3a6a commit 50ce9f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
- name: Show the phpstan version
1717
run: webapp/vendor/phpstan/phpstan/phpstan --version
1818
- name: Run PHPStan in the classic way
19-
run: set -euxo pipefail
20-
webapp/vendor/bin/phpstan \
21-
--configuration=webapp/phpstan.dist.neon \
22-
| tee /tmp/artifacts/phpstan.out
19+
run: set -euo pipefail
20+
webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon | tee /tmp/artifacts/phpstan.out
2321
- uses: actions/upload-artifact@v4
2422
if: always()
2523
with:

0 commit comments

Comments
 (0)