From 05f6f89c78ac0551bee05a32a427f7eb6b693017 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Fri, 9 Aug 2019 14:10:14 +0300 Subject: [PATCH] Update ParallelExecutor.php --- src/Executor/ParallelExecutor.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Executor/ParallelExecutor.php b/src/Executor/ParallelExecutor.php index 99c03d17..1d0768d5 100644 --- a/src/Executor/ParallelExecutor.php +++ b/src/Executor/ParallelExecutor.php @@ -50,8 +50,7 @@ class ParallelExecutor implements ExecutorInterface OutputInterface $output, Informer $informer, Application $console - ) - { + ) { $this->input = $input; $this->output = $output; $this->informer = $informer;