We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb52556 commit c19ecc6Copy full SHA for c19ecc6
src/Provider/AbstractProvider.php
@@ -495,7 +495,7 @@ public function getAuthorizationUrl(array $options = [])
495
*/
496
public function authorize(
497
array $options = [],
498
- callable $redirectHandler = null
+ ?callable $redirectHandler = null
499
) {
500
$url = $this->getAuthorizationUrl($options);
501
if ($redirectHandler) {
0 commit comments