Skip to content

Commit

Permalink
Explicitly mark nullable parameter (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne authored Dec 10, 2024
1 parent eb52556 commit c19ecc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ public function getAuthorizationUrl(array $options = [])
*/
public function authorize(
array $options = [],
callable $redirectHandler = null
?callable $redirectHandler = null
) {
$url = $this->getAuthorizationUrl($options);
if ($redirectHandler) {
Expand Down

0 comments on commit c19ecc6

Please sign in to comment.