@@ -191,7 +191,7 @@ |
||
| 191 | 191 | { |
| 192 | 192 | $constructor = (new \ReflectionClass($class))->getConstructor(); |
| 193 | 193 | if (!$constructor || !$constructor->getNumberOfParameters()) { |
| 194 | - return function () use ($class) { |
|
| 194 | + return function() use ($class) { |
|
| 195 | 195 | return new $class; |
| 196 | 196 | }; |
| 197 | 197 | } |