Indentation error

This commit is contained in:
ValentineBoineau 2018-11-21 15:20:20 +01:00 committed by GitHub
parent 303cae1fec
commit 24264facaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -382,7 +382,7 @@ class TestEventSubscriberWithPriorities implements EventSubscriberInterface
return array(
'pre.foo' => array('preFoo', 10),
'post.foo' => array('postFoo'),
);
);
}
}