Better testing #737
Annotations
3 errors
phpstan:
src/CursorPaginatedDataCollection.php#L58
PHPDoc tag @return with type Spatie\LaravelData\CursorPaginatedDataCollection<TKey of (int|string), TOtherValue> is incompatible with native type static(Spatie\LaravelData\CursorPaginatedDataCollection<TKey of (int|string), TValue>).
|
phpstan:
src/PaginatedDataCollection.php#L57
PHPDoc tag @return with type Spatie\LaravelData\PaginatedDataCollection<TKey of (int|string), TOtherValue> is incompatible with native type static(Spatie\LaravelData\PaginatedDataCollection<TKey of (int|string), TValue>).
|
phpstan
Process completed with exit code 1.
|