Completed
Push — master ( f75935...eab9c3 )
by Juliano
07:47
created
src/IndexTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      *
33 33
      * @param Request $request
34 34
      *
35
-     * @return mixed
35
+     * @return \Illuminate\Http\JsonResponse
36 36
      */
37 37
     public function index(Request $request)
38 38
     {
Please login to merge, or discard this patch.
src/ShowTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      *
33 33
      * @param Request $request
34 34
      *
35
-     * @return mixed
35
+     * @return \Illuminate\Http\JsonResponse
36 36
      */
37 37
     public function index(Request $request)
38 38
     {
Please login to merge, or discard this patch.