Browse Source

Merge pull request #5163 from mrarthur/patch-8

Fix PHPDoc [skip ci]
tags/2.0.0-rc
Carsten Brandt 10 years ago
parent
commit
f109e2d02c
  1. 1
      framework/rest/DeleteAction.php

1
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)
{

Loading…
Cancel
Save