Merge pull request #5163 from mrarthur/patch-8

Fix PHPDoc [skip ci]
This commit is contained in:
Carsten Brandt
2014-09-24 19:13:53 +02:00

View File

@@ -21,6 +21,7 @@ class DeleteAction extends Action
/** /**
* Deletes a model. * Deletes a model.
* @param mixed $id id of the model to be deleted. * @param mixed $id id of the model to be deleted.
* @throws ServerErrorHttpException on failure.
*/ */
public function run($id) public function run($id)
{ {