@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Robo\Common\ExecCommand; |
| 6 | 6 | use Robo\Contract\PrintedInterface; |
| 7 | -use Robo\Result; |
|
| 8 | 7 | use Robo\Contract\CommandInterface; |
| 9 | 8 | use Robo\Exception\TaskException; |
| 10 | 9 | |
@@ -11,6 +11,9 @@ discard block |
||
| 11 | 11 | protected $capturedOutput; |
| 12 | 12 | protected $logger; |
| 13 | 13 | |
| 14 | + /** |
|
| 15 | + * @param \League\Container\Container $container |
|
| 16 | + */ |
|
| 14 | 17 | public function initSeeInOutputTrait($container, $input = null) |
| 15 | 18 | { |
| 16 | 19 | $this->capturedOutput = ''; |
@@ -65,6 +68,7 @@ discard block |
||
| 65 | 68 | /** |
| 66 | 69 | * Make our output comparisons more platform-agnostic by converting |
| 67 | 70 | * CRLF (Windows) or raw CR (confused output) to a LF (unix/Mac). |
| 71 | + * @param string $output |
|
| 68 | 72 | */ |
| 69 | 73 | protected function simplify($output) |
| 70 | 74 | { |