Passed
Push — master ( d8d39b...c46f01 )
by Amin
03:19
created
src/FileManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * @param string $method
41 41
      * @param array $options
42 42
      */
43
-    public function __construct(string $url,  string $method = "GET", $options = [])
43
+    public function __construct(string $url, string $method = "GET", $options = [])
44 44
     {
45 45
         $this->client = new Client();
46 46
         $this->url = $url;
Please login to merge, or discard this patch.