Skip to content

Commit b0c09ba

Browse files
committed
Fix return types
1 parent fe6b536 commit b0c09ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/PopulateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ protected function configure(): void
8888
/**
8989
* @return void
9090
*/
91-
protected function initialize(InputInterface $input, OutputInterface $output)
91+
protected function initialize(InputInterface $input, OutputInterface $output): void
9292
{
9393
$this->pagerPersister = $this->pagerPersisterRegistry->getPagerPersister($input->getOption('pager-persister'));
9494

0 commit comments

Comments
 (0)