We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2517296 commit afc4d76Copy full SHA for afc4d76
.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
33
run: vendor/bin/pint
34
35
- name: Run Larastan
36
- run: vendor/bin/phpstan analyse --memory-limit=1G --level=7 app/
+ run: vendor/bin/phpstan analyse --memory-limit=1G
37
38
- name: Run Rector
39
run: vendor/bin/rector process --ansi
0 commit comments