From b4a22c771a7781ad648f695c1ff54deb48793cf2 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Fri, 14 Dec 2018 16:14:32 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- src/SmartGamma/Behat/PactExtension/Context/PactContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SmartGamma/Behat/PactExtension/Context/PactContext.php b/src/SmartGamma/Behat/PactExtension/Context/PactContext.php index dd2280e..6439000 100644 --- a/src/SmartGamma/Behat/PactExtension/Context/PactContext.php +++ b/src/SmartGamma/Behat/PactExtension/Context/PactContext.php @@ -86,7 +86,7 @@ public function setupBehatTags(ScenarioScope $scope): void */ public static function setupBehatStepName(ScenarioScope $step): void { - if($step->getScenario()->getTitle()) { + if ($step->getScenario()->getTitle()) { self::$providerState->setDefaultPlainTextState($step->getScenario()->getTitle()); } }