@@ -58,10 +58,10 @@ |
||
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | /** |
| 61 | - * Validates the Latitude value. |
|
| 62 | - * |
|
| 63 | - * @return boolean |
|
| 64 | - */ |
|
| 61 | + * Validates the Latitude value. |
|
| 62 | + * |
|
| 63 | + * @return boolean |
|
| 64 | + */ |
|
| 65 | 65 | private function validateLat() |
| 66 | 66 | {
|
| 67 | 67 | if (($this->latitude >= -90) && ($this->latitude <= 90)) {
|
@@ -27,5 +27,5 @@ |
||
| 27 | 27 | ); |
| 28 | 28 | |
| 29 | 29 | foreach ($includes as $file) { |
| 30 | - require_once dirname(__FILE__) . '/' . $file; |
|
| 30 | + require_once dirname(__FILE__).'/'.$file; |
|
| 31 | 31 | } |
| 32 | 32 | \ No newline at end of file |