Passed
Push — master ( 3296ef...c4c0f1 )
by Anthony
03:28
created
Service/Version.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
             return false;
107 107
         }
108 108
 
109
-        $packgist_url = "https://repo.packagist.org/p/".$package_name.".json";
109
+        $packgist_url = "https://repo.packagist.org/p/" . $package_name . ".json";
110 110
 
111 111
         $response = $this->client->request("GET", $packgist_url);
112 112
 
Please login to merge, or discard this patch.