Skip to content

Commit

Permalink
Fix: Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and theseer committed Jan 31, 2023
1 parent 05a4851 commit f03aafc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shared/config/EnvironmentAuthConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ public function getAuthentication(string $domain): Authentication {
$token = $this->environment->getVariable(self::KNOWN_TOKEN[$domain]);

switch ($domain) {
// "Token" Authorizations
case 'api.github.com':
return new TokenAuthentication($token);
// "Bearer" Authorizations
case 'gitlab.com':
return new BearerAuthentication($token);

Expand Down

0 comments on commit f03aafc

Please sign in to comment.