Commit 5cba8b2e by Arthur Khachaturov

Fix PHPDoc [skip ci]

parent 9256cbf2
......@@ -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