mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Removed return type incompatible with PHP 7.0
This commit is contained in:
parent
5ec6d538db
commit
da21eb4a5c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue