@@ -105,13 +105,13 @@ |
||
| 105 | 105 | { |
| 106 | 106 | $params = [ |
| 107 | 107 | 'key' => $this->apiKey, |
| 108 | - 'location' => implode(',', [$lat, $lng]), |
|
| 108 | + 'location' => implode(',', [ $lat, $lng ]), |
|
| 109 | 109 | 'timestamp' => $timestamp, |
| 110 | 110 | ]; |
| 111 | 111 | |
| 112 | 112 | // Remove null values. |
| 113 | 113 | $params = array_filter($params); |
| 114 | 114 | |
| 115 | - return static::ENDPOINT.'?'.http_build_query($params); |
|
| 115 | + return static::ENDPOINT . '?' . http_build_query($params); |
|
| 116 | 116 | } |
| 117 | 117 | } |