Passed
Push — more_tests ( 238ec8...9836b6 )
by Fabrice
13:06
created
src/Transformers/Arrays/CharsetTransformerTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 {
16 16
     public function getConvertClosure(?string $from = null, string $to = Strings::ENCODING): \Closure
17 17
     {
18
-        return function ($value) use ($from, $to) {
18
+        return function($value) use ($from, $to) {
19 19
             return is_string($value) ? Strings::convert($value, $from, $to) : $value;
20 20
         };
21 21
     }
Please login to merge, or discard this patch.