Completed
Push — master ( 57acb7...4409a5 )
by Martijn van
02:21
created
code/Commands/Make/MakeCommand.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -204,6 +204,7 @@  discard block
 block discarded – undo
204 204
     }
205 205
 
206 206
     /**
207
+     * @param string $stubName
207 208
      * @return string
208 209
      */
209 210
     protected function getStubFilePath($stubName)
@@ -253,7 +254,7 @@  discard block
 block discarded – undo
253 254
     }
254 255
 
255 256
     /**
256
-     * @param $class
257
+     * @param string $class
257 258
      *
258 259
      * @return bool
259 260
      */
@@ -263,7 +264,7 @@  discard block
 block discarded – undo
263 264
     }
264 265
 
265 266
     /**
266
-     * @param $class
267
+     * @param string $class
267 268
      *
268 269
      * @return bool
269 270
      */
Please login to merge, or discard this patch.