File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- laravel : [10, 11]
14
+ laravel : [10, 11, 12 ]
15
15
16
16
steps :
17
17
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 24
24
},
25
25
"require" : {
26
26
"php" : " ^8.2" ,
27
- "illuminate/support" : " ^10.0|^11 .0" ,
28
- "illuminate/view" : " ^10.0|^11 .0"
27
+ "illuminate/support" : " >=10 .0" ,
28
+ "illuminate/view" : " >=10 .0"
29
29
},
30
30
"require-dev" : {
31
- "orchestra/testbench" : " ^8.0|^9 .0" ,
31
+ "orchestra/testbench" : " >=8 .0" ,
32
32
"nunomaduro/larastan" : " ^2.4" ,
33
33
"pestphp/pest" : " ^2.0" ,
34
34
"pestphp/pest-plugin-laravel" : " ^2.0" ,
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ parameters:
10
10
universalObjectCratesClasses :
11
11
- Illuminate\Routing\Route
12
12
- ArchTech\SEO\SEOManager
13
- checkMissingIterableValueType : false
14
13
15
14
ignoreErrors :
16
15
- '#^Method ArchTech\\SEO\\SEOManager::flipp\ (\ ) should return static\ (ArchTech\\SEO\\SEOManager\ )\|string but returns array\|string\|null\.$ #'
17
16
- '#^Method ArchTech\\SEO\\SEOManager::previewify\ (\ ) should return static\ (ArchTech\\SEO\\SEOManager\ )\|string but returns array\|string\|null\.$ #'
18
17
- '#^Method ArchTech\\SEO\\SEOManager::render\ (\ ) has parameter \$args with no type specified\.$ #'
19
18
- ' #^Parameter \ #1 \$value of function e expects #'
19
+ - identifier : missingType.iterableValue
You can’t perform that action at this time.
0 commit comments