We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bf3ed commit a045a32Copy full SHA for a045a32
.github/workflows/checks.yml
@@ -32,7 +32,7 @@ jobs:
32
run: vendor/bin/php-cs-fixer fix -v --dry-run
33
34
- name: PhpStan
35
- run: vendor/bin/phpstan analyse --level 9 src
+ run: vendor/bin/phpstan analyse --level max src
36
37
tests:
38
name: Unit Tests [PHP ${{ matrix.php-versions }}]
Makefile
@@ -31,7 +31,7 @@ cs.check:
31
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:
0 commit comments