Skip to content

Commit 0234a0d

Browse files
Fix typing in OpenIDConnectClient
1 parent 95ca89e commit 0234a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenIDConnectClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ protected function getAuthorizationEndpoint(): string
180180
* @return string
181181
* @throws OpenIDConnectClientException
182182
*/
183-
protected function fetchURL(string $url, string $post_body = null, array $headers = []): string
184183
#[\Override]
184+
protected function fetchURL(string $url, ?string $post_body = null, array $headers = []): string
185185
{
186186
$pendingRequest = Http::withUserAgent($this->getUserAgent())
187187
->timeout($this->timeOut)

0 commit comments

Comments
 (0)