From e18056250d3603f7f9216f43d536dcfc9df13d9e Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Sun, 7 Dec 2014 18:02:39 +0100 Subject: [PATCH] Minor phpcs fixes --- Event.php | 8 ++++---- EventDispatcher.php | 14 +++++++------- EventSubscriberInterface.php | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Event.php b/Event.php index 996eda4f..204d0ab2 100644 --- a/Event.php +++ b/Event.php @@ -20,10 +20,10 @@ * You can call the method stopPropagation() to abort the execution of * further listeners in your event listener. * - * @author Guilherme Blanco - * @author Jonathan Wage - * @author Roman Borschel - * @author Bernhard Schussek + * @author Guilherme Blanco + * @author Jonathan Wage + * @author Roman Borschel + * @author Bernhard Schussek * * @api */ diff --git a/EventDispatcher.php b/EventDispatcher.php index e189a57e..3700125f 100644 --- a/EventDispatcher.php +++ b/EventDispatcher.php @@ -17,13 +17,13 @@ * Listeners are registered on the manager and events are dispatched through the * manager. * - * @author Guilherme Blanco - * @author Jonathan Wage - * @author Roman Borschel - * @author Bernhard Schussek - * @author Fabien Potencier - * @author Jordi Boggiano - * @author Jordan Alliot + * @author Guilherme Blanco + * @author Jonathan Wage + * @author Roman Borschel + * @author Bernhard Schussek + * @author Fabien Potencier + * @author Jordi Boggiano + * @author Jordan Alliot * * @api */ diff --git a/EventSubscriberInterface.php b/EventSubscriberInterface.php index 080f892f..ff7e305c 100644 --- a/EventSubscriberInterface.php +++ b/EventSubscriberInterface.php @@ -17,10 +17,10 @@ * {@link getSubscribedEvents} and registers the subscriber as a listener for all * returned events. * - * @author Guilherme Blanco - * @author Jonathan Wage - * @author Roman Borschel - * @author Bernhard Schussek + * @author Guilherme Blanco + * @author Jonathan Wage + * @author Roman Borschel + * @author Bernhard Schussek * * @api */