Commit f109e2d0 by Carsten Brandt

Merge pull request #5163 from mrarthur/patch-8

Fix PHPDoc [skip ci]
parents b665b08e 5cba8b2e
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment