summaryrefslogtreecommitdiffstats
path: root/tests/integration/features/bootstrap/FeatureContext.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/features/bootstrap/FeatureContext.php')
-rw-r--r--tests/integration/features/bootstrap/FeatureContext.php2
1 files changed, 1 insertions, 1 deletions
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);