8000 Minor tweak · symfony/symfony-docs@afd3d87 · GitHub
[go: up one dir, main page]

Skip to content

Commit afd3d87

Browse files
committed
Minor tweak
1 parent 1dcc3cd commit afd3d87

File tr 8000 ee

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ is dispatched, are passed as arguments to the listener::
499499
use Symfony\Contracts\EventDispatcher\Event;
500500
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
501501

502-
class MySubscriber
502+
class MyListener
503503
{
504504
public function myEventListener(Event $event, string $eventName, EventDispatcherInterface $dispatcher)
505505
{

0 commit comments

Comments
 (0)
0