We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d347660 commit e26ac98Copy full SHA for e26ac98
src/Functional/DbManager/PhpcrDecorator.php
@@ -26,7 +26,7 @@ public function __construct(ContainerInterface $container)
26
parent::__construct($container->get('doctrine_phpcr'), $container->get('doctrine_phpcr.initializer_manager'));
27
}
28
29
- public function getOm(string $managerName = null): DocumentManagerInterface
+ public function getOm(?string $managerName = null): DocumentManagerInterface
30
{
31
return $this->getDocumentManager($managerName);
32
0 commit comments