mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-23 07:33:58 -06:00
Removed return type incompatible with PHP 7.0
This commit is contained in:
parent
5ec6d538db
commit
da21eb4a5c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user