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