From 9f210c416c35594ee8f01788a3fc89422eb7832c Mon Sep 17 00:00:00 2001 From: Walter Tamboer Date: Wed, 27 Apr 2016 11:20:48 +0200 Subject: [PATCH] Fixed CS issues. --- src/Service/EngineFactory.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Service/EngineFactory.php b/src/Service/EngineFactory.php index 4b53e3f..4cf021a 100644 --- a/src/Service/EngineFactory.php +++ b/src/Service/EngineFactory.php @@ -61,8 +61,12 @@ private function loadTests(EngineInterface $engine, ServiceLocatorInterface $ser } } - private function loadTest(ServiceLocatorInterface $serviceLocator, EngineInterface $engine, $identifier, array $config) - { + private function loadTest( + ServiceLocatorInterface $serviceLocator, + EngineInterface $engine, + $identifier, + array $config + ) { $filter = null; if (array_key_exists('filter', $config)) { $filter = $serviceLocator->get($config['filter']); @@ -86,7 +90,6 @@ private function loadTestVariants(ServiceLocatorInterface $serviceLocator, $conf $variants = []; foreach ($config['variants'] as $identifier => $variant) { - // We also support shortcuts so that the user can specify a service name straight away. if (is_string($variant)) { $variant = [