We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6b536 commit b0c09baCopy full SHA for b0c09ba
src/Command/PopulateCommand.php
@@ -88,7 +88,7 @@ protected function configure(): void
88
/**
89
* @return void
90
*/
91
- protected function initialize(InputInterface $input, OutputInterface $output)
+ protected function initialize(InputInterface $input, OutputInterface $output): void
92
{
93
$this->pagerPersister = $this->pagerPersisterRegistry->getPagerPersister($input->getOption('pager-persister'));
94
0 commit comments