Passed
Push — master ( fbbe3c...8b0281 )
by Anthony
03:02
created
Service/PackagistApi.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
             return false;
35 35
         }
36 36
 
37
-        $packgist_url = "https://repo.packagist.org/p/".$package_name.".json";
37
+        $packgist_url = "https://repo.packagist.org/p/" . $package_name . ".json";
38 38
         $response = $this->client->request("GET", $packgist_url);
39 39
 
40 40
         if ($response->getStatusCode() == 200) {
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
             return false;
59 59
         }
60 60
 
61
-        $packgist_url = "https://repo.packagist.org/p/".$package_name.".json";
61
+        $packgist_url = "https://repo.packagist.org/p/" . $package_name . ".json";
62 62
 
63 63
         $response = $this->client->request("GET", $packgist_url);
64 64
 
Please login to merge, or discard this patch.