Completed
Push — master ( ce047f...b28587 )
by Bobby
01:44
created
src/Entities/LatLong.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -57,10 +57,10 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.