@@ -63,7 +63,7 @@ |
||
| 63 | 63 | * Return a specified record. |
| 64 | 64 | * |
| 65 | 65 | * @param Request $request |
| 66 | - * @param Model|int $record |
|
| 66 | + * @param Model $record |
|
| 67 | 67 | * |
| 68 | 68 | * @return JsonApiResponse |
| 69 | 69 | */ |
@@ -99,7 +99,7 @@ |
||
| 99 | 99 | /** |
| 100 | 100 | * Transform a set of models into a JSON API collection. |
| 101 | 101 | * |
| 102 | - * @param Collection|LengthAwarePaginator $records |
|
| 102 | + * @param LengthAwarePaginator $records |
|
| 103 | 103 | * @param array $fields |
| 104 | 104 | * |
| 105 | 105 | * @return array |