Completed
Push — master ( ce62e6...a2dd34 )
by Song
03:32
created
src/Console/GenerateCommand.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return bool
80
+     * @return false|null
81 81
      */
82 82
     protected function generate()
83 83
     {
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
     /**
117 117
      * @param string $name
118 118
      * @param string $resource
119
-     * @return mixed
119
+     * @return string
120 120
      */
121 121
     protected function buildControllerClass($name, $resource)
122 122
     {
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
 
136 136
     /**
137 137
      * @param string $name
138
-     * @return mixed
138
+     * @return string
139 139
      */
140 140
     protected function buildResourceClass($name)
141 141
     {
Please login to merge, or discard this patch.
src/Controllers/HasResourceActions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      * Remove the specified resource from storage.
31 31
      *
32 32
      * @param  int  $id
33
-     * @return \Illuminate\Http\Response
33
+     * @return \Illuminate\Http\JsonResponse
34 34
      */
35 35
     public function destroy($id)
36 36
     {
Please login to merge, or discard this patch.