Skip to content

Commit 5f90e96

Browse files
authored
Update SteamAuth.php
1 parent 51d0161 commit 5f90e96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SteamAuth.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SteamAuth implements SteamAuthInterface
4141
/**
4242
* @var array
4343
*/
44-
protected $customRequestOptions;
44+
protected $customRequestOptions = [];
4545

4646
/**
4747
* @var string
@@ -330,6 +330,7 @@ public function getDefaultRequestOptions(): array
330330
/**
331331
* If you need to set additional guzzle options on request,
332332
* set them via this method.
333+
*
333334
* @param $options
334335
*
335336
* @return void

0 commit comments

Comments
 (0)