From cbd462180225528a78fd96177857f02fbcc97907 Mon Sep 17 00:00:00 2001 From: Evan Coury Date: Thu, 7 Jun 2012 07:54:55 -0700 Subject: [PATCH] Revert "phpdoc fixes in Zend\Mvc, some cleanup" This reverts commit dbf4614a7da1a4667fc30098207561c6d8bb236a. --- src/EventManagerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventManagerInterface.php b/src/EventManagerInterface.php index 98234a8..8ca71d4 100644 --- a/src/EventManagerInterface.php +++ b/src/EventManagerInterface.php @@ -84,7 +84,7 @@ public function attach($event, $callback = null, $priority = 1); * Detach an event listener * * @param CallbackHandler|ListenerAggregateInterface $listener - * @return bool + * @return void */ public function detach($listener);