Passed
Push — master ( 562012...5bee03 )
by Alexey
12:08 queued 12s
created
src/Scraper/ClusterPagesFromClusterResponseScraper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
                 if (isset($items[0][1], $items[0][3][4][2])) {
44 44
                     $results[] = new ClusterPage(
45 45
                         $items[0][1],
46
-                        GPlayApps::GOOGLE_PLAY_URL . $items[0][3][4][2]
46
+                        GPlayApps::GOOGLE_PLAY_URL.$items[0][3][4][2]
47 47
                     );
48 48
                 }
49 49
             }
Please login to merge, or discard this patch.