Completed
Push — master ( be1c1a...b74105 )
by Westin
08:25
created
src/Service/AbstractServiceManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -73,6 +73,9 @@
 block discarded – undo
73 73
         return false;
74 74
     }
75 75
 
76
+    /**
77
+     * @param string $id
78
+     */
76 79
     protected function getInstanceFromFactory($id)
77 80
     {
78 81
         $class   = null;
Please login to merge, or discard this patch.