Passed
Push — develop ( 41b7a1...d6bc11 )
by Daniel
12:53
created
blocks/recent_topics.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,8 +82,7 @@
 block discarded – undo
82 82
 		\phpbb\request\request_interface $request,
83 83
 		\phpbb\pagination $pagination,
84 84
 		\phpbb\template\template $template
85
-	)
86
-	{
85
+	) {
87 86
 		parent::__construct($auth, $content_visibility, $translator, $user, $truncator, $date_range, $forum_data, $forum_options, $phpbb_root_path, $php_ext);
88 87
 
89 88
 		$this->cache = $cache;
Please login to merge, or discard this patch.