Skip to content

Commit 92c7f73

Browse files
committed
Ignore type error for the service account shape
1 parent 4c70da3 commit 92c7f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Firebase/Factory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ private function getServiceAccount(): ?array
707707
$this->serviceAccount = Json::decode($googleApplicationCredentials, true);
708708
}
709709

710+
/** @phpstan-ignore return.type */
710711
return $this->serviceAccount;
711712
}
712713

0 commit comments

Comments
 (0)