Completed
Push — master ( 841d25...82ee2b )
by reallyli
05:07 queued 03:53
created
src/LaravelDeployer/Commands/BaseCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
         parent::__construct();
45 45
     }
46 46
 
47
+    /**
48
+     * @param string $command
49
+     */
47 50
     public function dep($command)
48 51
     {
49 52
         $this->parameters = $this->getParameters();
Please login to merge, or discard this patch.
src/task/helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
  *
16 16
  * @param string $command The artisan command (with cli options if any).
17 17
  * @param array $options The options that define the behaviour of the command.
18
- * @return callable A function that can be used as a task.
18
+ * @return \Closure A function that can be used as a task.
19 19
  */
20 20
 function artisan($command, $options = [])
21 21
 {
Please login to merge, or discard this patch.