Passed
Push — master ( 754aea...4d3604 )
by Timothy
02:15
created
src/EnliteMonolog/Service/MonologServiceAbstractFactory.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.