Skip to content

Commit

Permalink
Remove array type hint from GetResponseForControllerResultEvent::setC…
Browse files Browse the repository at this point in the history
…ontrollerResult()
  • Loading branch information
igorw committed Feb 13, 2013
1 parent a4ac5e6 commit 06c26dc
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -56,11 +56,11 @@ public function getControllerResult()
/**
* Assigns the return value of the controller.
*
* @param array The controller return value
* @param mixed The controller return value
*
* @api
*/
public function setControllerResult(array $controllerResult)
public function setControllerResult($controllerResult)
{
$this->controllerResult = $controllerResult;
}
Expand Down

0 comments on commit 06c26dc

Please sign in to comment.