@@ -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 | */ |
@@ -77,7 +77,7 @@ |
||
77 | 77 | /** |
78 | 78 | * Transform a set of models into a JSON API collection. |
79 | 79 | * |
80 | - * @param \Illuminate\Support\Collection|LengthAwarePaginator $records |
|
80 | + * @param LengthAwarePaginator $records |
|
81 | 81 | * @param array $fields |
82 | 82 | * |
83 | 83 | * @return array |