Completed
Push — develop ( c77227...1859c0 )
by Daniel
14:00
created
controller/main_controller.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
 	 * @param string $filter_type
78 78
 	 * @param mixed $filter_value
79 79
 	 * @param int $page
80
-	 * @return \Symfony\Component\HttpFoundation\Response A Symfony Response object
80
+	 * @return string A Symfony Response object
81 81
 	 */
82 82
 	public function index($type, $_format = '', $filter_type = '', $filter_value = '', $page = 1)
83 83
 	{
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
 	 * @param string $filter_type
163 163
 	 * @param mixed $filter_value
164 164
 	 * @param int $page
165
-	 * @return \Symfony\Component\HttpFoundation\Response A Symfony Response object
165
+	 * @return string A Symfony Response object
166 166
 	 */
167 167
 	public function filter($_format = '', $filter_type = '', $filter_value = '', $page = 1)
168 168
 	{
Please login to merge, or discard this patch.
event/listener.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,6 @@
 block discarded – undo
138 138
 	}
139 139
 
140 140
 	/**
141
-	 * @param \phpbb\event\data $event
142 141
 	 * @return void
143 142
 	 */
144 143
 	public function load_settings_language()
Please login to merge, or discard this patch.