Skip to content

Commit

Permalink
Clarify deprecation warning.
Browse files Browse the repository at this point in the history
Refs #10573
  • Loading branch information
markstory committed Apr 25, 2017
1 parent 695584c commit c09687d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/EventDispatcherTrait.php
Expand Up @@ -43,7 +43,7 @@ trait EventDispatcherTrait
*
* @param \Cake\Event\EventManager|null $eventManager the eventManager to set
* @return \Cake\Event\EventManager
* @deprecated 3.5.0 Use getter/setter instead.
* @deprecated 3.5.0 Use getEventManager()/setEventManager() instead.
*/
public function eventManager(EventManager $eventManager = null)
{
Expand Down

0 comments on commit c09687d

Please sign in to comment.