Skip to content

Commit c19ecc6

Browse files
authored
Explicitly mark nullable parameter (#1034)
1 parent eb52556 commit c19ecc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/AbstractProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ public function getAuthorizationUrl(array $options = [])
495495
*/
496496
public function authorize(
497497
array $options = [],
498-
callable $redirectHandler = null
498+
?callable $redirectHandler = null
499499
) {
500500
$url = $this->getAuthorizationUrl($options);
501501
if ($redirectHandler) {

0 commit comments

Comments
 (0)