Completed
Push — master ( 5b3b49...e44d2f )
by Westin
05:38
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.