Update failing test

This commit is contained in:
Matt Brown 2021-05-01 17:05:01 -04:00
parent 72aa7cae29
commit 2b7fe4581a

View File

@ -146,6 +146,6 @@ Feature: collection types
| InvalidReturnType | The declared return type 'bool' for CollectionTypes::failingTest is incorrect, got 'null\|string' |
| NullableReturnStatement | The declared return type 'bool' for CollectionTypes::failingTest is not nullable, but the function returns 'null\|string' |
| InvalidReturnStatement | The inferred type 'null\|string' does not match the declared return type 'bool' for CollectionTypes::failingTest |
| InvalidScalarArgument | Argument 2 of Illuminate\Support\Collection::put expects string, int(2) provided |
| InvalidScalarArgument | Argument 2 of Illuminate\Support\Collection::put expects string, 2 provided |
And I see no other errors