|
33 | 33 | use Symfony\Component\Console\Output\NullOutput;
|
34 | 34 | use Symfony\Component\Console\Output\OutputInterface;
|
35 | 35 | use Webmozarts\Console\Parallelization\ErrorHandler\DummyErrorHandler;
|
| 36 | +use Webmozarts\Console\Parallelization\ErrorHandler\ErrorHandler; |
36 | 37 | use Webmozarts\Console\Parallelization\ErrorHandler\FakeErrorHandler;
|
37 |
| -use Webmozarts\Console\Parallelization\ErrorHandler\ItemProcessingErrorHandler; |
38 | 38 | use Webmozarts\Console\Parallelization\Input\ParallelizationInput;
|
39 | 39 | use Webmozarts\Console\Parallelization\Logger\DummyLogger;
|
40 | 40 | use Webmozarts\Console\Parallelization\Logger\FakeLogger;
|
@@ -1042,7 +1042,7 @@ private static function mainProcessWithoutChildProcessLaunchedProvider(): iterab
|
1042 | 1042 | */
|
1043 | 1043 | private static function createChildProcessExecutor(
|
1044 | 1044 | callable $runSingleCommand,
|
1045 |
| - ItemProcessingErrorHandler $errorHandler, |
| 1045 | + ErrorHandler $errorHandler, |
1046 | 1046 | $childSourceStream,
|
1047 | 1047 | int $batchSize,
|
1048 | 1048 | callable $runBeforeFirstCommand,
|
@@ -1087,7 +1087,7 @@ private static function createChildProcessExecutor(
|
1087 | 1087 | private static function createMainProcessExecutor(
|
1088 | 1088 | array $items,
|
1089 | 1089 | callable $runSingleCommand,
|
1090 |
| - ItemProcessingErrorHandler $errorHandler, |
| 1090 | + ErrorHandler $errorHandler, |
1091 | 1091 | int $batchSize,
|
1092 | 1092 | int $segmentSize,
|
1093 | 1093 | callable $runBeforeFirstCommand,
|
|
0 commit comments