Skip to content

Commit

Permalink
🚨 Apply PHP CS Fixer fixes (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored Mar 2, 2024
1 parent d01c56d commit a2d60ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PickPoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function getName(): string
return 'pickpoint';
}

private function executeQuery(string $url, string $locale = null): string
private function executeQuery(string $url, ?string $locale = null): string
{
if (null !== $locale) {
$url = sprintf('%s&accept-language=%s', $url, $locale);
Expand Down

0 comments on commit a2d60ff

Please sign in to comment.