Passed
Push — main ( c7f8cf...abbcf7 )
by Sammy
10:35 queued 03:53
created
src/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
             // Get parameter type, if exists
90 90
             $id = $param->getType()
91 91
                 ? $param->getType()->getName()
92
-                : 'settings.Constructor.' . $constructor->class . '.' . $param->getName();
92
+                : 'settings.Constructor.'.$constructor->class.'.'.$param->getName();
93 93
             
94 94
             // Get resource with Id and append to return array
95 95
             $ret [] = $this->container->get($id);
Please login to merge, or discard this patch.