Skip to content

Commit bdbe53c

Browse files
committed
[DoctrineBridge] fixed some CS
1 parent 3b06b4e commit bdbe53c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Event.php

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
* You can call the method stopPropagation() to abort the execution of
2121
* further listeners in your event listener.
2222
*
23-
* @link www.doctrine-project.org
24-
* @since 2.0
25-
* @version $Revision: 3938 $
2623
* @author Guilherme Blanco <guilhermeblanco@hotmail.com>
2724
* @author Jonathan Wage <jonwage@gmail.com>
2825
* @author Roman Borschel <roman@code-factory.org>

EventSubscriberInterface.php

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* {@link getSubscribedEvents} and registers the subscriber as a listener for all
1818
* returned events.
1919
*
20-
* @link www.doctrine-project.org
21-
* @since 2.0
2220
* @author Guilherme Blanco <guilhermeblanco@hotmail.com>
2321
* @author Jonathan Wage <jonwage@gmail.com>
2422
* @author Roman Borschel <roman@code-factory.org>

0 commit comments

Comments
 (0)