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 d01c56d commit a2d60ffCopy full SHA for a2d60ff
PickPoint.php
@@ -139,7 +139,7 @@ public function getName(): string
139
return 'pickpoint';
140
}
141
142
- private function executeQuery(string $url, string $locale = null): string
+ private function executeQuery(string $url, ?string $locale = null): string
143
{
144
if (null !== $locale) {
145
$url = sprintf('%s&accept-language=%s', $url, $locale);
0 commit comments