Passed
Push — master ( 0cbcec...cca867 )
by Alexey
04:00 queued 12s
created
src/Scraper/FindSimilarAppsUrlScraper.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -59,9 +59,9 @@
 block discarded – undo
59 59
         }
60 60
 
61 61
         if ($url !== null) {
62
-            return GPlayApps::GOOGLE_PLAY_URL . $url
63
-                . '&' . GPlayApps::REQ_PARAM_LOCALE . '=' . urlencode($this->appId->getLocale())
64
-                . '&' . GPlayApps::REQ_PARAM_COUNTRY . '=' . urlencode($this->appId->getCountry());
62
+            return GPlayApps::GOOGLE_PLAY_URL.$url
63
+                . '&'.GPlayApps::REQ_PARAM_LOCALE.'='.urlencode($this->appId->getLocale())
64
+                . '&'.GPlayApps::REQ_PARAM_COUNTRY.'='.urlencode($this->appId->getCountry());
65 65
         }
66 66
 
67 67
         return null;
Please login to merge, or discard this patch.