The doc comment array<numeric-string|int<0,1>, T> at position 2 could not be parsed: Unknown type name 'numeric-string' at position 2 in array<numeric-string|int<0,1>, T>.
Loading history...
29
* @param T $value
30
*
31
* @return list{float|int<0,1>, T}
32
*/
33
4
static function (array $acc, mixed $value, int $key): array {
The expression return array(0 === $key ...? 0 : 1 / $key, $value) returns the type array<integer,integer|mixed> which is incompatible with the documented return type loophp\collection\Operation\list.
The doc comment array<numeric-string|int<0,1>, T> at position 2 could not be parsed: Unknown type name 'numeric-string' at position 2 in array<numeric-string|int<0,1>, T>.