Passed
Push — develop ( 5bf3fa...7f9ed1 )
by Alex
03:28 queued 01:15
created
src/Http/Controllers/JsonApiController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Support/JsonApiTransforms.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.