We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851b38a commit eb4c86bCopy full SHA for eb4c86b
src/GraphRequestAdapter.php
@@ -29,7 +29,7 @@ class GraphRequestAdapter extends BaseGraphRequestAdapter
29
* @param AuthenticationProvider $authenticationProvider
30
* @param Client|null $httpClient
31
*/
32
- public function __construct(AuthenticationProvider $authenticationProvider, Client $httpClient = null)
+ public function __construct(AuthenticationProvider $authenticationProvider, ?Client $httpClient = null)
33
{
34
parent::__construct($this->getTelemetryConfig(), $authenticationProvider, null, null, $httpClient);
35
}
0 commit comments