Update ParallelExecutor.php

This commit is contained in:
Anton Medvedev 2019-08-09 14:10:14 +03:00 committed by GitHub
parent 301ebedc3b
commit 05f6f89c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,8 +50,7 @@ class ParallelExecutor implements ExecutorInterface
OutputInterface $output,
Informer $informer,
Application $console
)
{
) {
$this->input = $input;
$this->output = $output;
$this->informer = $informer;