From a707aa7b5a8aa0dd34511374f4e517000490d8bb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 21 Aug 2023 13:33:30 +0200 Subject: fix(CS): Fix coding style Signed-off-by: Joas Schilling --- tests/integration/features/bootstrap/FeatureContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/integration/features/bootstrap/FeatureContext.php b/tests/integration/features/bootstrap/FeatureContext.php index d3b08e2ec..8931d7fdf 100644 --- a/tests/integration/features/bootstrap/FeatureContext.php +++ b/tests/integration/features/bootstrap/FeatureContext.php @@ -3530,7 +3530,7 @@ class FeatureContext implements Context, SnippetAcceptingContext { $features = ''; if ($body) { $features = array_map(static fn ($map) => $map['feature'], $body->getColumnsHash()); - $features = ' -f ' . implode (' -f ', $features); + $features = ' -f ' . implode(' -f ', $features); } $this->invokingTheCommand('talk:bot:state ' . self::$botNameToId[$botName] . ' ' . $state . $features); -- cgit v1.2.3