Completed
Push — master ( 76c4af...25f226 )
by Morgan
23:24
created
src/Controllers/DeployController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -75,8 +75,8 @@  discard block
 block discarded – undo
75 75
     /**
76 76
      * Create a new DeployController instance.
77 77
      *
78
-     * @param Morphatic\AutoDeploy\Origins\OriginInterface $origin The origin of the webhook
79
-     * @param AdamBrett\ShellWrapper\Runners\Exec          $exec   The shell command execution class
78
+     * @param OriginInterface $origin The origin of the webhook
79
+     * @param Exec          $exec   The shell command execution class
80 80
      */
81 81
     public function __construct(OriginInterface $origin, Exec $exec)
82 82
     {
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     /**
132 132
      * Runs a shell command, logs, and handles the result.
133 133
      *
134
-     * @param AdamBrett\ShellWrapper\CommandInterface $cmd The text of the command to be run
134
+     * @param CommandInterface $cmd The text of the command to be run
135 135
      *
136 136
      * @return bool True if the command was successful, false on error
137 137
      */
Please login to merge, or discard this patch.