Completed
Push — master ( 0b3dec...6f037f )
by Westin
01:48
created
src/Service/AbstractServiceManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -95,6 +95,9 @@
 block discarded – undo
95 95
         return $this->config->hasHandlerConfig($id);
96 96
     }
97 97
 
98
+    /**
99
+     * @param string $id
100
+     */
98 101
     protected function getInstanceFromFactory($id)
99 102
     {
100 103
         $class   = null;
Please login to merge, or discard this patch.