Skip to content

Commit f1c473a

Browse files
committed
fixes AdminMsGraph to allow $data to be null
1 parent 9c58e3c commit f1c473a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MsGraphAdmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ protected function isJson(string $data): bool
170170
/**
171171
* @throws Exception
172172
*/
173-
protected function guzzle(string $type, string $request, array $data = []): mixed
173+
protected function guzzle(string $type, string $request, ?array $data = []): mixed
174174
{
175175
try {
176176
$client = new Client;

0 commit comments

Comments
 (0)