Completed
Push — master ( 2dfd01...64b551 )
by Paweł
02:18
created
src/Mapper/AccountDetails.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         $class = Post::class;
21 21
         $postMap = ArrayHelper::getValue(parent::map(), "$class.item");
22
-        array_walk($postMap, function (&$item) {
22
+        array_walk($postMap, function(&$item) {
23 23
             $item = "node.{$item}";
24 24
         });
25 25
         $postMap['comments'] = 'node.edge_media_to_comment.count'; // fix: likes from sharedData
Please login to merge, or discard this patch.