@@ -24,7 +24,7 @@ |
||
24 | 24 | public function fromCollection(Collection $pages): DOMDocument |
25 | 25 | { |
26 | 26 | $multiDimensionalArray = $pages |
27 | - ->map(function (PageVariable $page) { |
|
27 | + ->map(function(PageVariable $page) { |
|
28 | 28 | $date = $this->fetchDataFromPage('lastModified', $page); |
29 | 29 | |
30 | 30 | if (is_string($date)) { |