Skip to content

Commit

Permalink
Apply suggestions from code review
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 d6c6de0 commit 55cdf43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public function setPkceCode($pkceCode)
*
* This can be accessed by the redirect handler during authorization.
*
* @return string
* @return string|null
*/
public function getPkceCode()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/GenericProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class GenericProvider extends AbstractProvider
private $responseResourceOwnerId = 'id';

/**
* @var string
* @var string|null
*/
private $pkceMethod = null;

Expand Down

0 comments on commit 55cdf43

Please sign in to comment.