Passed
Push — master ( 9f851e...4fd0ae )
by Níckolas Daniel
02:52
created
lib/Adapter/Jigsaw/JigsawAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.