Passed
Branch develop (4c9db4)
by Steve
27:39
created
src/Transform/RecursiveTransform.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     public function transform($config)
33 33
     {
34
-        array_walk($config, function (&$value, $key) {
34
+        array_walk($config, function(&$value, $key) {
35 35
             if (in_array($key, $this->getKeys(), true)) {
36 36
                 $value = $this->transformValue($value);
37 37
             } else {
Please login to merge, or discard this patch.