Skip to content

Commit

Permalink
Update src/Credentials/GCECredentials.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Nov 28, 2023
1 parent ad09ca1 commit 50d81c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Credentials/GCECredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ public function getProjectId(callable $httpHandler = null)
*/
public function getUniverseDomain(callable $httpHandler = null): string
{
if ($this->universeDomain) {
if (null !== $this->universeDomain) {
return $this->universeDomain;
}

Expand Down

0 comments on commit 50d81c9

Please sign in to comment.