Skip to content

Commit

Permalink
Merge pull request #779 from franmomu/fix_phpdoc
Browse files Browse the repository at this point in the history
Fix phpdoc return type
  • Loading branch information
malarzm authored Jul 31, 2023
2 parents 8134a6e + 377f4e2 commit e8d2be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/TailCursorDoctrineODMCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
return 0;
}

/** @return ContainerInterface */
/** @return ContainerInterface|null */
protected function getContainer()
{
return $this->container;
Expand Down

0 comments on commit e8d2be2

Please sign in to comment.