Passed
Pull Request — master (#26)
by Fabrice
09:26 queued 05:00
created
src/Transformers/Arrays/CharsetTransformerTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 {
17 17
     public function getConvertClosure(?string $from = null, string $to = Strings::ENCODING): Closure
18 18
     {
19
-        return function ($value) use ($from, $to) {
19
+        return function($value) use ($from, $to) {
20 20
             return is_string($value) ? Strings::convert($value, $from, $to) : $value;
21 21
         };
22 22
     }
Please login to merge, or discard this patch.