@@ -128,7 +128,7 @@ |
||
128 | 128 | */ |
129 | 129 | public function withImplementation($class) |
130 | 130 | { |
131 | - $this->converter = function () use ($class) { |
|
131 | + $this->converter = function() use ($class) { |
|
132 | 132 | $object = $this->getObjectFromClass($class); |
133 | 133 | |
134 | 134 | if (!is_subclass_of($object, Converter::class)) { |