Completed
Pull Request — master (#4)
by Matt
02:43
created
controller/admin_controller.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -213,7 +213,6 @@  discard block
 block discarded – undo
213 213
 	 * Move a prefix up/down
214 214
 	 *
215 215
 	 * @param int    $prefix_id The prefix identifier to move
216
-	 * @param string $action The action (move_up|move_down)
217 216
 	 * @return null
218 217
 	 */
219 218
 	public function move_prefix($prefix_id, $direction, $amount = 1)
@@ -243,7 +242,7 @@  discard block
 block discarded – undo
243 242
 	 * Set u_action
244 243
 	 *
245 244
 	 * @param string $u_action Custom form action
246
-	 * @return null
245
+	 * @return admin_controller
247 246
 	 */
248 247
 	public function set_u_action($u_action)
249 248
 	{
Please login to merge, or discard this patch.