Skip to content

Commit 0faf329

Browse files
Update Guzzle.php
1 parent a4997a9 commit 0faf329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Guzzle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ protected function request(string $method, string $endpoint, array $options = []
192192
*
193193
* @return array<string, mixed> Returns client config array
194194
*/
195-
private function getConfig(string $uri, null|User|Token $auth = null, ?HandlerStack $handlerStack): array
195+
private function getConfig(string $uri, null|User|Token $auth = null, ?HandlerStack $handlerStack = null): array
196196
{
197197
$config = [
198198
'base_uri' => $uri,

0 commit comments

Comments
 (0)