Skip to content

Commit 1e83a1d

Browse files
Final round of help notes improvements
1 parent bbc4077 commit 1e83a1d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/AppBundle/Events.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@
1212
namespace AppBundle;
1313

1414
/**
15-
* Contains all events thrown in the Symfony demo application.
15+
* This class defines the names of all the events dispatched in
16+
* the Symfony Demo application. It's not mandatory to create a
17+
* class like this, but it's considered a good practice.
1618
*
1719
* @author Oleg Voronkovich <oleg-voronkovich@yandex.ru>
1820
*/
1921
final class Events
2022
{
2123
/**
22-
* See http://symfony.com/doc/current/components/event_dispatcher.html#naming-conventions.
24+
* For the event naming conventions, see:
25+
* http://symfony.com/doc/current/components/event_dispatcher.html#naming-conventions.
2326
*
2427
* @Event("Symfony\Component\EventDispatcher\GenericEvent")
2528
*

0 commit comments

Comments
 (0)