Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab3e231

Browse files
committed
[EventDispatcher] tweaked README
1 parent b9ad62e commit ab3e231

File tree

1 file changed

+2
-3
lines changed
  • src/Symfony/Component/EventDispatcher

1 file changed

+2
-3
lines changed

src/Symfony/Component/EventDispatcher/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
EventDispatcher Component
22
=========================
33

4-
The Symfony2 Event Dispatcher component implements the Mediator pattern
5-
in a simple and effective way to make all these things possible and
6-
to make your projects truly extensible.
4+
The Symfony2 EventDispatcher component implements the Mediator pattern in a
5+
simple and effective way to make your projects truly extensible.
76

87
use Symfony\Component\EventDispatcher\EventDispatcher;
98
use Symfony\Component\EventDispatcher\Event;

0 commit comments

Comments
 (0)