Completed
Push — develop ( ffa447...291184 )
by Alex
02:11
created
src/Http/Controllers/JsonApiController.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     protected function getRequestParameters($request)
87 87
     {
88 88
         return [
89
-            'fields' => $this->getRequestQuerySet($request, 'fields.' . $this->getModelType()),
89
+            'fields' => $this->getRequestQuerySet($request, 'fields.'.$this->getModelType()),
90 90
             'include' => $this->getRequestQuerySet($request, 'include'),
91 91
         ];
92 92
     }
Please login to merge, or discard this 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.