forked from wallabag/wallabag
Fix some self deprecation notices
This commit is contained in:
@ -37,7 +37,7 @@ class UpdatePicturesPathCommand extends Command
|
||||
);
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||
{
|
||||
$io = new SymfonyStyle($input, $output);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user