Passed
Push — main ( 599138...801478 )
by Sammy
08:40 queued 07:08
created
LeMarchand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
         $instance = null;
40 40
         if (!is_null($rc->getConstructor())) {
41 41
             foreach ($rc->getConstructor()->getParameters() as $param) {
42
-                $construction_args [] = $this->get($param->getType() . '');
42
+                $construction_args [] = $this->get($param->getType().'');
43 43
             }
44 44
             $instance = $rc->newInstanceArgs($construction_args);
45 45
         } else {
Please login to merge, or discard this patch.