@@ -74,6 +74,10 @@ discard block |
||
74 | 74 | } |
75 | 75 | } |
76 | 76 | |
77 | + /** |
|
78 | + * @param integer $timeout |
|
79 | + * @param \Closure $callback |
|
80 | + */ |
|
77 | 81 | protected function wait($timeout, $callback) |
78 | 82 | { |
79 | 83 | for ($i = 0; $i < $timeout; ++$i) { |
@@ -91,7 +95,7 @@ discard block |
||
91 | 95 | * Run a shell command. |
92 | 96 | * |
93 | 97 | * @param string $command |
94 | - * @param array $arguments |
|
98 | + * @param string[] $arguments |
|
95 | 99 | * |
96 | 100 | * @throws \RuntimeException If command execution fails |
97 | 101 | */ |