Skip to content

Commit e220bf3

Browse files
committed
Fix workflows
1 parent 587c663 commit e220bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run linters
3737
run: |
3838
vendor/bin/phpcs src tests
39-
vendor/bin/phpstan analyse -c phpstan.neon.dist
39+
vendor/bin/phpstan analyse -c phpstan.neon
4040
- name: Run tests
4141
run: |
4242
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

0 commit comments

Comments
 (0)