Completed
Push — master ( b43f8e...de507b )
by Alexey
01:56
created
src/Entities/PageList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     {
9 9
         parent::__construct($items);
10 10
 
11
-        $this->items['pages'] = array_map(function ($item) {
11
+        $this->items['pages'] = array_map(function($item) {
12 12
             return new Page($item);
13 13
         }, $this->items['pages']);
14 14
     }
Please login to merge, or discard this patch.