Skip to content

Commit

Permalink
CS update
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjones1 authored Mar 16, 2022
1 parent 061f543 commit d56a5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RedirectUriValidators/RedirectUriValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ private function parseUrlAndRemovePort($url)
{
$uri = Uri::createFromString($url);

return (string) $uri->withPort(NULL);
return (string) $uri->withPort(null);
}
}

0 comments on commit d56a5b3

Please sign in to comment.