Skip to content

Commit

Permalink
Merge pull request #25 from phplicengine/scrutinizer-patch-2
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
phplicengine committed Apr 8, 2021
2 parents cae691e + ac19179 commit 8bcecd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PHPLicengine/Service/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Auth {
private $url;
private $api;

public function __construct (ApiInterface $api, array $config)
public function __construct(ApiInterface $api, array $config)
{
$this->api = $api;
$this->url = 'https://api-ssl.bitly.com/oauth/access_token';
Expand Down

0 comments on commit 8bcecd5

Please sign in to comment.