Skip to content

Commit 3e27f94

Browse files
committed
regenerate baseline
1 parent c3369a0 commit 3e27f94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Compat/LoggerServiceFactory.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ class LoggerServiceFactory extends \Laminas\Log\LoggerServiceFactory
1111
/**
1212
* @param string $requestedName
1313
* @param null|array<mixed> $options
14-
* @return Logger
1514
*/
16-
public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null)
15+
public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null): Logger
1716
{
1817
$config = $container->get('config');
1918
$logConfig = $config['log'] ?? [];

0 commit comments

Comments
 (0)