@@ -57,10 +57,10 @@ |
||
| 57 | 57 | } |
| 58 | 58 | |
| 59 | 59 | /** |
| 60 | - * Validates the Latitude value. |
|
| 61 | - * |
|
| 62 | - * @return boolean |
|
| 63 | - */ |
|
| 60 | + * Validates the Latitude value. |
|
| 61 | + * |
|
| 62 | + * @return boolean |
|
| 63 | + */ |
|
| 64 | 64 | private function validateLat() |
| 65 | 65 | { |
| 66 | 66 | if (($this->latitude >= -90) && ($this->latitude <= 90)) { |