Skip to content

Commit

Permalink
Fix: typo in path to phpstan (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion authored Jul 17, 2023
2 parents f9d3d9d + 4c2fe8d commit 956d0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ jobs:
- name: Static Analysis (PHPStan)
run: |
vendor/bin/phpstan --version
endor/bin/phpstan analyse --error-format=checkstyle | cs2pr
vendor/bin/phpstan analyse --error-format=checkstyle | cs2pr
# vendor/bin/phpstan analyse -nvv ${{ needs.pre-run.outputs.changed-php_files }}

0 comments on commit 956d0d4

Please sign in to comment.