Test Failed
Push — master ( a19775...6c457e )
by Thanh
08:36
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      */
34 34
     public function initialize(string $host, string $token = 'gingdev')
35 35
     {
36
-        if (! filter_var($host, FILTER_VALIDATE_URL)) {
36
+        if (!filter_var($host, FILTER_VALIDATE_URL)) {
37 37
             throw new InvalidArgumentException('Error: Invalid URL');
38 38
         }
39 39
         $this->client->setHeader('Authorization', 'Bearer ' . $token);
Please login to merge, or discard this patch.