@@ -257,7 +257,7 @@ |
||
| 257 | 257 | } |
| 258 | 258 | |
| 259 | 259 | /** |
| 260 | - * @param $spec |
|
| 260 | + * @param string $spec |
|
| 261 | 261 | * |
| 262 | 262 | * @return $this |
| 263 | 263 | */ |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | /** |
| 18 | 18 | * @param string $par Query Parameter |
| 19 | 19 | * @param string $geoCoderUrl Url of the geo location service |
| 20 | - * @param string $land language |
|
| 20 | + * @param string $lang language |
|
| 21 | 21 | * |
| 22 | 22 | * @return array|mixed|string |
| 23 | 23 | */ |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | protected $locationEngineType; |
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | - * @param $locationEngineType |
|
| 29 | + * @param string $locationEngineType |
|
| 30 | 30 | */ |
| 31 | 31 | public function setLocationEngineType($locationEngineType) { |
| 32 | 32 | $this->locationEngineType = $locationEngineType; |