Completed
Push — master ( ff82ae...111118 )
by Paweł
02:07
created
src/Mapper/AccountDetails.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     {
19 19
         $class = Post::class;
20 20
         $postMap = ArrayHelper::getValue(parent::map(), "$class.item");
21
-        array_walk($postMap, function (&$item) {
21
+        array_walk($postMap, function(&$item) {
22 22
             $item = "node.{$item}";
23 23
         });
24 24
 
Please login to merge, or discard this patch.