@@ -137,7 +137,7 @@ |
||
| 137 | 137 | function($factory) use ($instanceOf, $factoryArgs, $additionalAssertions) { |
| 138 | 138 | if (is_string($factory)) { |
| 139 | 139 | // simulate the Container's behaviour when a string is supplied as a concrete |
| 140 | - $factory = function () use ($factory) { |
|
| 140 | + $factory = function() use ($factory) { |
|
| 141 | 141 | $refl = new \ReflectionClass($factory); |
| 142 | 142 | return $refl->newInstanceArgs(func_get_args()); |
| 143 | 143 | }; |