@@ -356,7 +356,7 @@ |
||
356 | 356 | * Iterate other hosts, allowing to call run func in callback. |
357 | 357 | * |
358 | 358 | * @experimental |
359 | - * @param Host|Host[] $hosts |
|
359 | + * @param Host[] $hosts |
|
360 | 360 | * @param callable $callback |
361 | 361 | */ |
362 | 362 | function on($hosts, callable $callback) |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Deployer\Console\TaskCommand; |
21 | 21 | use Deployer\Console\WorkerCommand; |
22 | 22 | use Deployer\Executor\ParallelExecutor; |
23 | -use Deployer\Executor\SeriesExecutor; |
|
24 | 23 | use Deployer\Logger\Handler\FileHandler; |
25 | 24 | use Deployer\Logger\Handler\NullHandler; |
26 | 25 | use Deployer\Logger\Logger; |