Skip to content

Commit a045a32

Browse files
h4kunatg666
authored andcommitted
Phpstan: support max keyword
1 parent 23bf3ed commit a045a32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: vendor/bin/php-cs-fixer fix -v --dry-run
3333

3434
- name: PhpStan
35-
run: vendor/bin/phpstan analyse --level 9 src
35+
run: vendor/bin/phpstan analyse --level max src
3636

3737
tests:
3838
name: Unit Tests [PHP ${{ matrix.php-versions }}]

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cs.check:
3131

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

3636
coverage:
3737
PHP=81 make composer.update

0 commit comments

Comments
 (0)