Completed
Push — master ( 1f1439...c96b51 )
by Daniel
08:29
created
services/userlist.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 class userlist
13 13
 {
14 14
 	/**
15
-	 * @param string $list
16
-	 * @param int $current_user
17 15
 	 * @param bool $change_user
18 16
 	 * @return int
19 17
 	 */
Please login to merge, or discard this patch.
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.