Completed
Push — master ( 9beb61...fcf0cf )
by Jodie
03:20
created
src/Transformer/Scope.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      */
37 37
     public function transformer()
38 38
     {
39
-       return $this->resource instanceof ResourceInterface ?
39
+        return $this->resource instanceof ResourceInterface ?
40 40
            $this->resource->getTransformer() : null;
41 41
     }
42 42
 
Please login to merge, or discard this patch.