Test Failed
Pull Request — master (#21)
by
unknown
49:32 queued 44:40
created
lib/PHPLicengine/Service/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
        private $url;
32 32
        private $api;      
33 33
       
34
-       public function __construct (ApiInterface $api)
34
+       public function __construct(ApiInterface $api)
35 35
        {
36 36
               $this->api = $api;
37 37
               $this->url = 'https://api-ssl.bitly.com/v4/user';       
Please login to merge, or discard this patch.