Passed
Branch master (0cefbf)
by Davide
04:12
created
src/DavidePastore/Ipinfo/Host.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
 		return $this->properties[Ipinfo::PHONE];
87 87
 	}
88 88
     
89
-    /**
89
+	/**
90 90
 	 * Get the postal value.
91 91
 	 */
92 92
 	public function getPostal(){
Please login to merge, or discard this patch.
src/DavidePastore/Ipinfo/Ipinfo.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
 	 */
70 70
 	const GEO = "geo";
71 71
     
72
-    /**
72
+	/**
73 73
 	 * The postal string.
74 74
 	 * @var string
75 75
 	 */
Please login to merge, or discard this patch.