@@ -63,6 +63,9 @@ discard block |
||
63 | 63 | return $this->createLogger($container, $requestedName); |
64 | 64 | } |
65 | 65 | |
66 | + /** |
|
67 | + * @param ContainerInterface $container |
|
68 | + */ |
|
66 | 69 | private function createLogger($container, $requestedName) |
67 | 70 | { |
68 | 71 | $config = $this->getConfig($container); |
@@ -73,7 +76,7 @@ discard block |
||
73 | 76 | |
74 | 77 | /** |
75 | 78 | * @param ContainerInterface $container |
76 | - * @return array |
|
79 | + * @return ContainerInterface |
|
77 | 80 | * @throws ContainerException |
78 | 81 | * @throws NotFoundException |
79 | 82 | */ |