Fix PHPDocs that contained incorrect params tags.

This commit is contained in:
Hereward Mills
2015-12-24 11:20:05 +00:00
parent 865468d091
commit 0cb3a9265e
6 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ class ModelsController extends AdminController
/**
* Get the model information to present to the model view page
*
* @param int $assetId
* @param int $modelId
* @return View
**/
public function getView($modelId = null)