Skip to content

Commit a2d60ff

Browse files
authored
🚨 Apply PHP CS Fixer fixes (#1219)
1 parent d01c56d commit a2d60ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PickPoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function getName(): string
139139
return 'pickpoint';
140140
}
141141

142-
private function executeQuery(string $url, string $locale = null): string
142+
private function executeQuery(string $url, ?string $locale = null): string
143143
{
144144
if (null !== $locale) {
145145
$url = sprintf('%s&accept-language=%s', $url, $locale);

0 commit comments

Comments
 (0)