Skip to content

Commit e180562

Browse files
committed
Minor phpcs fixes
1 parent 36a4069 commit e180562

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Event.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
* You can call the method stopPropagation() to abort the execution of
2121
* further listeners in your event listener.
2222
*
23-
* @author Guilherme Blanco <guilhermeblanco@hotmail.com>
24-
* @author Jonathan Wage <jonwage@gmail.com>
25-
* @author Roman Borschel <roman@code-factory.org>
26-
* @author Bernhard Schussek <bschussek@gmail.com>
23+
* @author Guilherme Blanco <guilhermeblanco@hotmail.com>
24+
* @author Jonathan Wage <jonwage@gmail.com>
25+
* @author Roman Borschel <roman@code-factory.org>
26+
* @author Bernhard Schussek <bschussek@gmail.com>
2727
*
2828
* @api
2929
*/

EventDispatcher.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
* Listeners are registered on the manager and events are dispatched through the
1818
* manager.
1919
*
20-
* @author Guilherme Blanco <guilhermeblanco@hotmail.com>
21-
* @author Jonathan Wage <jonwage@gmail.com>
22-
* @author Roman Borschel <roman@code-factory.org>
23-
* @author Bernhard Schussek <bschussek@gmail.com>
24-
* @author Fabien Potencier <fabien@symfony.com>
25-
* @author Jordi Boggiano <j.boggiano@seld.be>
26-
* @author Jordan Alliot <jordan.alliot@gmail.com>
20+
* @author Guilherme Blanco <guilhermeblanco@hotmail.com>
21+
* @author Jonathan Wage <jonwage@gmail.com>
22+
* @author Roman Borschel <roman@code-factory.org>
23+
* @author Bernhard Schussek <bschussek@gmail.com>
24+
* @author Fabien Potencier <fabien@symfony.com>
25+
* @author Jordi Boggiano <j.boggiano@seld.be>
26+
* @author Jordan Alliot <jordan.alliot@gmail.com>
2727
*
2828
* @api
2929
*/

EventSubscriberInterface.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
* {@link getSubscribedEvents} and registers the subscriber as a listener for all
1818
* returned events.
1919
*
20-
* @author Guilherme Blanco <guilhermeblanco@hotmail.com>
21-
* @author Jonathan Wage <jonwage@gmail.com>
22-
* @author Roman Borschel <roman@code-factory.org>
23-
* @author Bernhard Schussek <bschussek@gmail.com>
20+
* @author Guilherme Blanco <guilhermeblanco@hotmail.com>
21+
* @author Jonathan Wage <jonwage@gmail.com>
22+
* @author Roman Borschel <roman@code-factory.org>
23+
* @author Bernhard Schussek <bschussek@gmail.com>
2424
*
2525
* @api
2626
*/

0 commit comments

Comments
 (0)