@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | * The command output (stdout). |
| 67 | 67 | * Empty if none |
| 68 | 68 | * |
| 69 | - * @return mixed |
|
| 69 | + * @return string |
|
| 70 | 70 | */ |
| 71 | 71 | public function getOutput() |
| 72 | 72 | { |
@@ -88,7 +88,7 @@ discard block |
||
| 88 | 88 | * Sets the command to execute |
| 89 | 89 | * |
| 90 | 90 | * @param string $command |
| 91 | - * @return \mithra62\Shell |
|
| 91 | + * @return Shell |
|
| 92 | 92 | */ |
| 93 | 93 | public function setCommand($command) |
| 94 | 94 | { |