Passed
Branch master (ffd25d)
by Mariano
02:34
created
src/ConverterBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.