Skip to content

Commit

Permalink
Fixing the return type in a doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Jun 2, 2016
1 parent e3d5f65 commit 59a8221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/EventManager.php
Expand Up @@ -484,7 +484,7 @@ public function matchingListeners($eventKeyPattern)
/**
* Returns the event list.
*
* @return array
* @return \Cake\Event\EventList
*/
public function getEventList()
{
Expand Down

0 comments on commit 59a8221

Please sign in to comment.