Update DocBlock

This commit is contained in:
manavo
2014-12-01 17:47:47 +00:00
parent 83892e6537
commit d12684414f

View File

@@ -39,8 +39,8 @@ class ComponentController extends Controller {
/**
* Return a component with incidents
* @param [type] $id [description]
* @return [type] [description]
* @param int $id Component ID
* @return \Component
*/
public function getComponentIncidents($id) {
return $this->component->with($id, ['incidents']);