Completed
Branch remove-tables-constants (5940a1)
by Erwan
15:05
created
ext.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
 	* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
145 145
 	* @license GNU General Public License, version 2 (GPL-2.0)
146 146
 	* @param string $step The step (enable, disable, purge)
147
-	* @param array $notification_types The notification type names
147
+	* @param string[] $notification_types The notification type names
148 148
 	* @return string Return notifications as temporary state
149 149
 	* @access protected
150 150
 	*/
Please login to merge, or discard this patch.
controller/comments.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@
 block discarded – undo
191 191
 	* Post a new comment
192 192
 	*
193 193
 	* @param	int	$link_id		The category ID
194
-	* @return	null
194
+	* @return	\Symfony\Component\HttpFoundation\Response|null
195 195
 	* @throws	\phpbb\exception\http_exception
196 196
 	*/
197 197
 	public function new_comment($link_id)
Please login to merge, or discard this patch.
notification/type/directory_website.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
 	/**
38 38
 	 * Set the watch_table
39 39
 	 *
40
-	 * @param string $helper
41 40
 	 * @return null
42 41
 	 */
43 42
 	public function set_watch_table($watch_table)
Please login to merge, or discard this patch.