We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f8403 commit 1c8d730Copy full SHA for 1c8d730
.github/workflows/ci.yml
@@ -54,8 +54,4 @@ jobs:
54
- name: Install Composer dependencies
55
run: composer install --no-progress --prefer-dist --optimize-autoloader
56
- name: larastan
57
- uses: actions-x/phpstan@v1
58
- with:
59
- phpstanVersion: ^1.6
60
- configPath: phpstan.neon
61
- arguments: --memory-limit=2G
+ run: ./vendor/bin/phpstan analyse -c phpstan.neon --memory-limit=2G
0 commit comments