Skip to content

Commit 69ed9a0

Browse files
authored
Run phpstan also on public_html (#9824)
Now that public_html isn't just a symlink anymore but contains actual code, that code should be checked, too.
1 parent a65dc33 commit 69ed9a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,4 @@ jobs:
7676
run: composer install --prefer-dist --no-interaction --no-progress
7777

7878
- name: Run Static Analysis
79-
run: |
80-
rm -r public_html # remove once https://github.com/phpstan/phpstan/issues/10321 is fixed
81-
vendor/bin/phpstan analyse -v
79+
run: vendor/bin/phpstan analyse -v

0 commit comments

Comments
 (0)