Completed
Push — refonte ( a033cb...01d054 )
by Arnaud
20:23 queued 18:13
created
src/Field/MappedField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,6 +36,6 @@
 block discarded – undo
36 36
             $value = $this->translator->trans($value);
37 37
         }
38 38
 
39
-        return (string)$value;
39
+        return (string) $value;
40 40
     }
41 41
 }
Please login to merge, or discard this patch.