We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7c499 commit 3994007Copy full SHA for 3994007
src/Controllers/AbstractOAuth2Controller.php
@@ -24,9 +24,8 @@ abstract class AbstractOAuth2Controller
24
/** @internal */
25
const FIVE_YEARS = 157784760; // in seconds
26
27
- /** @var string[]
28
- * @internal */
29
- private $headers = [];
+ /** @var string[] */
+ protected $headers = [];
30
/** @var ConfigInterface
31
* @internal */
32
private $config;
0 commit comments