Passed
Push — develop ( c994d5...57fc7e )
by Alex
03:04
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
@@ -99,7 +99,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.