From 24264facaaa3afe29a4f0d615a1c5184c67a5b72 Mon Sep 17 00:00:00 2001 From: ValentineBoineau <34517639+ValentineBoineau@users.noreply.github.com> Date: Wed, 21 Nov 2018 15:20:20 +0100 Subject: [PATCH] Indentation error --- .../EventDispatcher/Tests/AbstractEventDispatcherTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php b/src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php index 1d1c3da99c..48de632130 100644 --- a/src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php +++ b/src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php @@ -382,7 +382,7 @@ class TestEventSubscriberWithPriorities implements EventSubscriberInterface return array( 'pre.foo' => array('preFoo', 10), 'post.foo' => array('postFoo'), - ); + ); } }