Skip to content

Commit e26ac98

Browse files
committed
adjust to php 8.5
1 parent d347660 commit e26ac98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Functional/DbManager/PhpcrDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(ContainerInterface $container)
2626
parent::__construct($container->get('doctrine_phpcr'), $container->get('doctrine_phpcr.initializer_manager'));
2727
}
2828

29-
public function getOm(string $managerName = null): DocumentManagerInterface
29+
public function getOm(?string $managerName = null): DocumentManagerInterface
3030
{
3131
return $this->getDocumentManager($managerName);
3232
}

0 commit comments

Comments
 (0)