File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ parameters:
17
17
checkMaybeUndefinedVariables : true
18
18
treatPhpDocTypesAsCertain : false
19
19
ignoreErrors :
20
+ - identifier : missingType.iterableValue
21
+ path : tests/_support/_generated/FunctionalTesterActions.php
20
22
- identifier : return.type
21
23
path : tests/_support/_generated/FunctionalTesterActions.php
22
24
message : " # but returns mixed.$#"
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ public function _initialize(): void
279
279
$ this ->server = $ _SERVER ;
280
280
// Adds the required server params. Note this is done separately from the request cycle since someone might call
281
281
// `Url::to` before doing a request, which would instantiate the request component with incorrect server params.
282
- $ _SERVER = [...$ _SERVER , $ this ->getServerParams ()];
282
+ $ _SERVER = [...$ _SERVER , ... $ this ->getServerParams ()];
283
283
}
284
284
285
285
/**
You can’t perform that action at this time.
0 commit comments