Completed
Pull Request — master (#57)
by Witold
04:29
created
src/EnliteMonolog/Service/MonologServiceAbstractFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@
 block discarded – undo
60 60
         return $this->createLogger($container, $requestedName);
61 61
     }
62 62
 
63
+    /**
64
+     * @param ContainerInterface $container
65
+     */
63 66
     private function createLogger($container, $requestedName): Logger
64 67
     {
65 68
         $config = $this->getConfig($container);
Please login to merge, or discard this patch.