From 55540a7fb27850b47a2ceedb360ae3d6e5af8ae5 Mon Sep 17 00:00:00 2001 From: Richard Tuin Date: Tue, 3 Apr 2012 22:20:12 +0200 Subject: [PATCH] Small docblock fix --- library/Zend/Mvc/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Zend/Mvc/Application.php b/library/Zend/Mvc/Application.php index d106e77ace0..89168f30dd3 100644 --- a/library/Zend/Mvc/Application.php +++ b/library/Zend/Mvc/Application.php @@ -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() {