File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 2323 - name : Install composer dependencies
2424 uses : ramsey/composer-install@v3
2525
26- - name : Require Laravel 11
27- run : composer require laravel/framework:^11.0 --with-all-dependencies
28-
29- - name : Install composer dependencies
30- uses : ramsey/composer-install@v3
31- with :
32- dependency-versions : highest
33- composer-options : --no-dev
3426
3527 - name : Run PHPStan
3628 run : ./vendor/bin/phpstan --error-format=github
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ parameters:
66 paths:
77 - src
88 - config
9+ ignoreErrors:
10+ - '#Class Webfox\LaravelBackedEnums\LaravelBackedEnumMakeCommand extends unknown class Illuminate\Foundation\Console\EnumMakeCommand.#'
911 tmpDir: build/phpstan
1012 checkOctaneCompatibility: true
1113 checkModelProperties: true
You can’t perform that action at this time.
0 commit comments