Completed
Push — master ( 8e959e...5cc961 )
by Juliano
34:15 queued 19:20
created
src/ShowTrait.php 2 patches
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.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace JulianoBailao\LaravelEasyApi;
4 4
 
5
-use Illuminate\Http\Request;
6
-
7 5
 trait ShowTrait
8 6
 {
9 7
     /**
Please login to merge, or discard this patch.