Skip to content

Commit

Permalink
Merge branch 'zend-application-run-docblock' of https://github.com/rt…
Browse files Browse the repository at this point in the history
…uin/zf2 into hotfix/application_docblock
  • Loading branch information
weierophinney committed Apr 9, 2012
2 parents b795836 + 55540a7 commit ea7ee83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Mvc/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public function events()
* discovered controller, and controller class (if known).
* Typically, a handler should return a populated Response object
* that can be returned immediately.
* @return SendableResponse
* @return PhpHttpResponse
*/
public function run()
{
Expand Down

0 comments on commit ea7ee83

Please sign in to comment.