@@ -39,7 +39,7 @@ |
||
| 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 { |