Skip to content

Commit

Permalink
maint: Increase static analysis number
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Jan 1, 2024
1 parent 49c852b commit fa68c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Static analysis
run: |
./vendor/bin/phpstan analyse src --level 2
./vendor/bin/phpstan analyse tests --level 2
./vendor/bin/phpstan analyse src --level 3
./vendor/bin/phpstan analyse tests --level 3
- name: Test
run: |
Expand Down

0 comments on commit fa68c63

Please sign in to comment.