Completed
Push — master ( 906de7...68fd99 )
by Martijn van
02:08
created
code/Commands/Make/MakeCommand.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,6 +196,7 @@  discard block
 block discarded – undo
196 196
     }
197 197
 
198 198
     /**
199
+     * @param string $commandClass
199 200
      * @return string
200 201
      */
201 202
     protected function getStubFilePath($commandClass)
@@ -244,7 +245,7 @@  discard block
 block discarded – undo
244 245
     }
245 246
 
246 247
     /**
247
-     * @param $class
248
+     * @param string $class
248 249
      * @return bool
249 250
      */
250 251
     protected function fileExists($class)
@@ -253,7 +254,7 @@  discard block
 block discarded – undo
253 254
     }
254 255
 
255 256
     /**
256
-     * @param $class
257
+     * @param string $class
257 258
      * @return bool
258 259
      */
259 260
     protected function classExists($class)
Please login to merge, or discard this patch.