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.
src/Distical.inc.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,5 +27,5 @@
 block discarded – undo
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
Please login to merge, or discard this patch.