Removed return type incompatible with PHP 7.0

This commit is contained in:
Alejandro Celaya 2017-12-31 19:24:22 +01:00
parent 5ec6d538db
commit da21eb4a5c

View File

@ -84,7 +84,7 @@ class InstallCommand extends Command
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function execute(InputInterface $input, OutputInterface $output): void
public function execute(InputInterface $input, OutputInterface $output)
{
$this->io = new SymfonyStyle($input, $output);