File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 8181 run : vendor/bin/phpunit
8282
8383 - name : Run static code analysis
84- if : matrix.analysis == true
8584 run : vendor/bin/phpstan --memory-limit=-1
8685
8786 - name : Upload coverage results
Original file line number Diff line number Diff line change 4343 "laravel/legacy-factories" : " ^1.3.0" ,
4444 "mockery/mockery" : " ^1.0" ,
4545 "orchestra/testbench" : " ^8.0 || ^9.0" ,
46- "phpstan/phpstan" : " ^0.12 " ,
46+ "phpstan/phpstan" : " ^2.1 " ,
4747 "phpunit/phpunit" : " ^8.0 || ^9.0 || ^10.0 || ^11.0"
4848 },
4949 "minimum-stability" : " dev" ,
Original file line number Diff line number Diff line change 1+ parameters :
2+ ignoreErrors :
3+ -
4+ message : ' #^Variable \$queryString on left side of \?\? always exists and is not nullable\.$#'
5+ identifier : nullCoalesce.variable
6+ count : 1
7+ path : src/Util.php
Original file line number Diff line number Diff line change 1+ includes :
2+ - phpstan-baseline.neon
3+
14parameters :
25 level : 1
36 paths :
You can’t perform that action at this time.
0 commit comments