Completed
Push — develop ( 1f2a5d...e6d06f )
by Daniel
21:42 queued 08:26
created
blocks/featured_member.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,7 @@
 block discarded – undo
41 41
 		if (is_array($message))
42 42
 		{
43 43
 			$this->message = (string) $message[0];
44
-		}
45
-		else
44
+		} else
46 45
 		{
47 46
 			$this->message = $message;
48 47
 		}
Please login to merge, or discard this patch.
services/poll.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,7 @@
 block discarded – undo
41 41
 		if (is_array($message))
42 42
 		{
43 43
 			$this->message = (string) $message[0];
44
-		}
45
-		else
44
+		} else
46 45
 		{
47 46
 			$this->message = $message;
48 47
 		}
Please login to merge, or discard this patch.
services/forum/data.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -232,8 +232,7 @@  discard block
 block discarded – undo
232 232
 		if (sizeof($post_ids))
233 233
 		{
234 234
 			$sql_where[] = $this->db->sql_in_set('p.post_id', $post_ids);
235
-		}
236
-		else if (sizeof($this->store['topic']))
235
+		} else if (sizeof($this->store['topic']))
237 236
 		{
238 237
 			$this->_limit_posts_by_topic($sql_where, $topic_first_or_last_post);
239 238
 		}
@@ -266,8 +265,7 @@  discard block
 block discarded – undo
266 265
 		if ($this->_can_track_by_lastread())
267 266
 		{
268 267
 			$info = $this->_build_tracking_info('get_topic_tracking');
269
-		}
270
-		else if ($this->_can_track_anonymous())
268
+		} else if ($this->_can_track_anonymous())
271 269
 		{
272 270
 			$info = $this->_build_tracking_info('get_complete_topic_tracking');
273 271
 		}
@@ -401,8 +399,7 @@  discard block
 block discarded – undo
401 399
 				'rank_image'		=> $user_rank_data['img'],
402 400
 				'rank_image_src'	=> $user_rank_data['img_src'],
403 401
 			);
404
-		}
405
-		else
402
+		} else
406 403
 		{
407 404
 			return array(
408 405
 				'rank_title'		=> '',
Please login to merge, or discard this patch.
services/menus/action/load_items.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,7 @@
 block discarded – undo
41 41
 		if (is_array($message))
42 42
 		{
43 43
 			$this->message = (string) $message[0];
44
-		}
45
-		else
44
+		} else
46 45
 		{
47 46
 			$this->message = $message;
48 47
 		}
Please login to merge, or discard this patch.