Skip to content

Commit eb4c86b

Browse files
committed
PHP 8.4 compatibility
1 parent 851b38a commit eb4c86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphRequestAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class GraphRequestAdapter extends BaseGraphRequestAdapter
2929
* @param AuthenticationProvider $authenticationProvider
3030
* @param Client|null $httpClient
3131
*/
32-
public function __construct(AuthenticationProvider $authenticationProvider, Client $httpClient = null)
32+
public function __construct(AuthenticationProvider $authenticationProvider, ?Client $httpClient = null)
3333
{
3434
parent::__construct($this->getTelemetryConfig(), $authenticationProvider, null, null, $httpClient);
3535
}

0 commit comments

Comments
 (0)