forked from wallabag/wallabag
Fix some self deprecation notices
This commit is contained in:
@ -38,7 +38,7 @@ class CleanDownloadedImagesCommand 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