Test Failed
Push — master ( c207a3...da2a21 )
by Steve
09:23 queued 12s
created
src/Transform/ConditionalField.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
             return $this->getBuilder()->getField($value)->getKey();
35 35
         }
36 36
 
37
-       return $value;
37
+        return $value;
38 38
     }
39 39
 
40 40
     public function transformConfig($config)
Please login to merge, or discard this patch.