Skip to content

Commit

Permalink
Update src/Provider/AbstractProvider.php
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ramsey <[email protected]>
  • Loading branch information
rhertogh and ramsey authored Sep 9, 2022
1 parent 55cdf43 commit f4d27c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ abstract class AbstractProvider
protected $state;

/**
* @var string
* @var string|null
*/
protected $pkceCode;
protected $pkceCode = null;

/**
* @var GrantFactory
Expand Down

0 comments on commit f4d27c7

Please sign in to comment.