We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1376a commit 9702877Copy full SHA for 9702877
docs/languages/en/modules/zend.mvc.controllers.rst
@@ -63,9 +63,7 @@ The ``InjectApplicationEventInterface`` defines simply two methods:
63
.. code-block:: php
64
:linenos:
65
66
- use Zend\EventManager\EventDescription as Event;
67
-
68
- public function setEvent(Event $event);
+ public function setEvent(Zend\EventManager\EventInterface $event);
69
public function getEvent();
70
71
.. _zend.mvc.controllers.interfaces.service-manager-aware:
0 commit comments