Skip to content

Commit

Permalink
Phpstan: support max keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
h4kuna authored and tg666 committed Feb 10, 2023
1 parent 23bf3ed commit a045a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: vendor/bin/php-cs-fixer fix -v --dry-run

- name: PhpStan
run: vendor/bin/phpstan analyse --level 9 src
run: vendor/bin/phpstan analyse --level max src

tests:
name: Unit Tests [PHP ${{ matrix.php-versions }}]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cs.check:

stan:
PHP=81 make composer.update
docker exec 68publishers.asset.81 vendor/bin/phpstan analyse --level 9 src
docker exec 68publishers.asset.81 vendor/bin/phpstan analyse --level max src

coverage:
PHP=81 make composer.update
Expand Down

0 comments on commit a045a32

Please sign in to comment.