diff --git a/framework/rest/DeleteAction.php b/framework/rest/DeleteAction.php index 4012e6d6ad..7c28a06b9b 100644 --- a/framework/rest/DeleteAction.php +++ b/framework/rest/DeleteAction.php @@ -21,6 +21,7 @@ class DeleteAction extends Action /** * Deletes a model. * @param mixed $id id of the model to be deleted. + * @throws ServerErrorHttpException on failure. */ public function run($id) {