@@ -36,10 +36,10 @@ |
||
| 36 | 36 | public function getGetParameterValue(): string |
| 37 | 37 | { |
| 38 | 38 | if (null === $this->countryCode) { |
| 39 | - return (string) $this->zip; |
|
| 39 | + return (string)$this->zip; |
|
| 40 | 40 | } |
| 41 | 41 | |
| 42 | - return (string) $this->zip . ',' . $this->countryCode; |
|
| 42 | + return (string)$this->zip . ',' . $this->countryCode; |
|
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /** |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | */ |
| 41 | 41 | public function getGetParameterValue(): string |
| 42 | 42 | { |
| 43 | - return (string) $this->latitude; |
|
| 43 | + return (string)$this->latitude; |
|
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | /** |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | */ |
| 37 | 37 | public function getGetParameterValue(): string |
| 38 | 38 | { |
| 39 | - return (string) $this->cityId; |
|
| 39 | + return (string)$this->cityId; |
|
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /** |
@@ -56,11 +56,11 @@ |
||
| 56 | 56 | */ |
| 57 | 57 | public function getGetParameterValue(): string |
| 58 | 58 | { |
| 59 | - return (string) $this->longitudeLeft |
|
| 60 | - . ',' . (string) $this->latitudeBottom |
|
| 61 | - . ',' . (string) $this->longitudeRight |
|
| 62 | - . ',' . (string) $this->latitudeTop |
|
| 63 | - . ',' . (string) $this->zoom; |
|
| 59 | + return (string)$this->longitudeLeft |
|
| 60 | + . ',' . (string)$this->latitudeBottom |
|
| 61 | + . ',' . (string)$this->longitudeRight |
|
| 62 | + . ',' . (string)$this->latitudeTop |
|
| 63 | + . ',' . (string)$this->zoom; |
|
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | /** |