Skip to content

Commit d91919f

Browse files
committed
fix
1 parent 3799aff commit d91919f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Compat/LoggerAbstractServiceFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
class LoggerAbstractServiceFactory extends LoggerServiceFactory
88
{
9-
}
9+
}

src/Compat/LoggerServiceFactory.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
class LoggerServiceFactory extends \Laminas\Log\LoggerServiceFactory
1010
{
1111
/**
12-
* @{inheritDoc}
12+
* @param string $requestedName
13+
* @param null|array $options
14+
* @return Logger
1315
*/
1416
public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null)
1517
{

0 commit comments

Comments
 (0)