Passed
Push — master ( ac0dac...da7076 )
by Dark❶
02:17
created
event/main_listener.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 		user				$user,
63 63
 		language			$language,
64 64
 		template			$template
65
-	){
65
+	) {
66 66
 		$this->mas_func		= $mas_func;
67 67
 		$this->auth			= $auth;
68 68
 		$this->config		= $config;
Please login to merge, or discard this patch.
core/memberavatarstatus.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,8 +72,7 @@
 block discarded – undo
72 72
 		language			$language,
73 73
 		log					$phpbb_log,
74 74
 		$phpbb_root_path
75
-	)
76
-	{
75
+	) {
77 76
 		$this->auth				= $auth;
78 77
 		$this->config			= $config;
79 78
 		$this->language			= $language;
Please login to merge, or discard this patch.