Skip to content

Commit 3994007

Browse files
committed
OAuth2Controller headers now exposed to child classes
1 parent cc7c499 commit 3994007

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Controllers/AbstractOAuth2Controller.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ abstract class AbstractOAuth2Controller
2424
/** @internal */
2525
const FIVE_YEARS = 157784760; // in seconds
2626

27-
/** @var string[]
28-
* @internal */
29-
private $headers = [];
27+
/** @var string[] */
28+
protected $headers = [];
3029
/** @var ConfigInterface
3130
* @internal */
3231
private $config;

0 commit comments

Comments
 (0)