Completed
Push — master ( 0e2358...5e7c93 )
by Sean
06:29 queued 02:57
created
code/SS_Datetimezone.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
  */
7 7
 class SS_Datetimezone extends SS_Datetime {
8 8
 	/**
9
-	* Returns the date in the raw SQL-format specific to a given timezone passed from the Member class, e.g. “2006-01-18 16:32:04”
10
-	*/
9
+	 * Returns the date in the raw SQL-format specific to a given timezone passed from the Member class, e.g. “2006-01-18 16:32:04”
10
+	 */
11 11
 	public function Nice() {
12 12
 		//instantiate new DateTime object based off received timestamp in the default timezone
13 13
 		$timestamp = new DateTime($this->value, new DateTimeZone(date_default_timezone_get()));
Please login to merge, or discard this patch.
code/api/DeploynautAPIFormatter.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,6 @@
 block discarded – undo
117 117
 
118 118
 	/**
119 119
 	 * Return data about a particular {@link Member} of the stack for use in API response.
120
-
121 120
 	 * Notes:
122 121
 	 * 1) This method returns null instead of an array if the member doesn't exists anymore
123 122
 	 * 2) 'role' can be null in the response. This is the case of an admin, or an operations
Please login to merge, or discard this patch.