Skip to content

Commit d762c5f

Browse files
committed
refactor: remove unnecessary phpstan ignore comment and update phpstan configuration path
1 parent f5fabf2 commit d762c5f

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
@@ -20,4 +20,4 @@ jobs:
2020
uses: ramsey/composer-install@v3
2121

2222
- name: Run PHPStan
23-
run: ./vendor/bin/phpstan analyse --error-format=github
23+
run: ./vendor/bin/phpstan --error-format=github

0 commit comments

Comments
 (0)