[13.x] Improve Enumerable interface docblock types
#58181
+22
−39
Draft
Annotations
5 errors
|
Execute type checking
Process completed with exit code 1.
|
|
Execute type checking:
types/Support/LazyCollection.php#L433
Expected type Illuminate\Support\LazyCollection<string, User>, actual: Illuminate\Support\LazyCollection<'foo', User>
|
|
Execute type checking:
types/Support/LazyCollection.php#L428
Expected type Illuminate\Support\LazyCollection<string, Illuminate\Support\LazyCollection<string, User>>, actual: Illuminate\Support\LazyCollection<string, Illuminate\Support\LazyCollection<'', User>>
|
|
Execute type checking:
types/Support/Collection.php#L541
Expected type Illuminate\Support\Collection<string, User>, actual: Illuminate\Support\Collection<'foo', User>
|
|
Execute type checking:
types/Support/Collection.php#L536
Expected type Illuminate\Support\Collection<string, Illuminate\Support\Collection<string, User>>, actual: Illuminate\Support\Collection<string, Illuminate\Support\Collection<'', User>>
|
Loading