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 67555df commit c3369a0Copy full SHA for c3369a0
src/Compat/LoggerServiceFactory.php
@@ -10,7 +10,7 @@ class LoggerServiceFactory extends \Laminas\Log\LoggerServiceFactory
10
{
11
/**
12
* @param string $requestedName
13
- * @param null|array $options
+ * @param null|array<mixed> $options
14
* @return Logger
15
*/
16
public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null)
0 commit comments