Completed
Push — master ( 083f99...2f8c15 )
by Juliano
02:39
created
src/ShowTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
      * @param Model $query
11 11
      * @param int   $id
12 12
      *
13
-     * @return mixed
13
+     * @return boolean
14 14
      */
15 15
     protected function transformShowQuery($query, $id)
16 16
     {
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
      *
62 62
      * @param int $id
63 63
      *
64
-     * @return mixed
64
+     * @return \Illuminate\Http\JsonResponse
65 65
      */
66 66
     public function show($id)
67 67
     {
Please login to merge, or discard this patch.