Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Revert "phpdoc fixes in Zend\Mvc, some cleanup"
Browse files Browse the repository at this point in the history
This reverts commit dbf4614a7da1a4667fc30098207561c6d8bb236a.
  • Loading branch information
EvanDotPro committed Jun 7, 2012
1 parent 2e432bb commit cbd4621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit cbd4621

Please sign in to comment.