Skip to content

Commit

Permalink
Undo array type hinting for Authentication class
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Feb 21, 2019
1 parent 6e39512 commit fe79a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/API/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function __construct(
$client_secret = null,
$audience = null,
$scope = null,
array $guzzleOptions = []
$guzzleOptions = []
)
{
$this->domain = $domain;
Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class Auth0
*
* @see http://docs.guzzlephp.org/en/stable/request-options.html
*/
protected $guzzleOptions;
protected $guzzleOptions = [];

/**
* Skip the /userinfo endpoint call and use the ID token.
Expand Down

0 comments on commit fe79a06

Please sign in to comment.