Completed
Push — master ( 1c71a7...a21677 )
by PHPLicengine
23:50 queued 16:29
created
lib/PHPLicengine/Service/App.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 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/apps';       
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
       */
44 44
        public function getOAuthApp(string $client_id) 
45 45
        {
46
-              return $this->api->get($this->url . '/'.$client_id);
46
+              return $this->api->get($this->url.'/'.$client_id);
47 47
        }
48 48
       
49 49
 }
Please login to merge, or discard this patch.