Loading src/View/Helpers/MomentFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ use Laminas\ServiceManager\Factory\FactoryInterface; class MomentFactory implements FactoryInterface { public function __invoke(ContainerInterface $container, $requestedName, array $options = []) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) { $s = new Moment(); return $s; Loading Loading
src/View/Helpers/MomentFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ use Laminas\ServiceManager\Factory\FactoryInterface; class MomentFactory implements FactoryInterface { public function __invoke(ContainerInterface $container, $requestedName, array $options = []) public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) { $s = new Moment(); return $s; Loading