Completed
Pull Request — master (#54)
by Jakub
08:52
created
controller/admin_input.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
 	 * Upload image and return updated ad code or <img> of new banner when using ajax.
122 122
 	 *
123 123
 	 * @param	 string	 $ad_code	 Current ad code
124
-	 * @return	 mixed	 \phpbb\json_response when request is ajax or updated ad code otherwise.
124
+	 * @return	 string	 \phpbb\json_response when request is ajax or updated ad code otherwise.
125 125
 	 */
126 126
 	public function process_banner_upload($ad_code)
127 127
 	{
Please login to merge, or discard this patch.