Completed
Push — master ( 948998...4f0b2f )
by Jaap
13s
created
src/Factory/LoggerAbstractServiceFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         return $channel;
49 49
     }
50 50
 
51
+    /**
52
+     * @param string $requestedName
53
+     */
51 54
     private function isZendLogger(array $channels, $requestedName)
52 55
     {
53 56
         if (!array_key_exists('zend-log', $channels[$requestedName])) {
Please login to merge, or discard this patch.