@@ -75,8 +75,8 @@ discard block |
||
| 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 |
||
| 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 | */ |