Completed
Push — AUTOMATED_TESTING ( 9dca13...d8ef29 )
by Gordon
13:56 queued 14s
created
code/MapAPI.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -397,10 +397,10 @@
 block discarded – undo
397 397
 	}
398 398
 
399 399
 	/**
400
-	* Set the center of the gmap
401
-	*
402
-	* @return MapAPI This same object, in order to enable chaining of methods
403
-	**/
400
+	 * Set the center of the gmap
401
+	 *
402
+	 * @return MapAPI This same object, in order to enable chaining of methods
403
+	 **/
404 404
 	public function setLatLongCenter($center) {
405 405
 		$this->latLongCenter = $center;
406 406
 		return $this;
Please login to merge, or discard this patch.