Completed
Pull Request — master (#54)
by Peter
07:18
created
includes/Maps_Location.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
 	/**
130 130
 	 * Constructor.
131 131
 	 *
132
-	 * @param mixed $coordsOrAddress string or array with lat and lon
132
+	 * @param string $coordsOrAddress string or array with lat and lon
133 133
 	 * @param string $format
134 134
 	 * @param boolean $directional
135 135
 	 * @param string $separator
@@ -354,7 +354,7 @@  discard block
 block discarded – undo
354 354
 	 *
355 355
 	 * @since 2.0
356 356
 	 *
357
-	 * @return string
357
+	 * @return boolean
358 358
 	 */
359 359
 	public function hasGroup() {
360 360
 		return $this->group !== '';
Please login to merge, or discard this patch.