forked from wallabag/wallabag
Fix some self deprecation notices
This commit is contained in:
@ -97,7 +97,7 @@ class ImportCommand extends Command
|
||||
;
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||
{
|
||||
$output->writeln('Start : ' . (new \DateTime())->format('d-m-Y G:i:s') . ' ---');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user