Skip to content

Commit

Permalink
return null
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jan 5, 2022
1 parent 3e2acbf commit f4dd114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Composer/Util/GitHub.php
Expand Up @@ -176,7 +176,7 @@ public function getRateLimit(array $headers)
*
* @param string[] $headers Headers from Composer\Downloader\TransportException.
*
* @return string|'?'
* @return string|null
*/
public function getSsoUrl(array $headers)
{
Expand All @@ -189,7 +189,7 @@ public function getSsoUrl(array $headers)
return $url;
}

return '?';
return;
}

/**
Expand Down

0 comments on commit f4dd114

Please sign in to comment.