Completed
Pull Request — master (#64)
by Jakub
13:26 queued 04:32
created
controller/admin_input.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
 	 * Upload image and return updated ad code or <img> of new banner when using ajax.
114 114
 	 *
115 115
 	 * @param	 string	 $ad_code	 Current ad code
116
-	 * @return	 mixed	 \phpbb\json_response when request is ajax or updated ad code otherwise.
116
+	 * @return	 string	 \phpbb\json_response when request is ajax or updated ad code otherwise.
117 117
 	 */
118 118
 	public function banner_upload($ad_code)
119 119
 	{
Please login to merge, or discard this patch.