Completed
Push — master ( aca34a...575a3c )
by Evgeniy
06:28 queued 02:29
created
src/SmartGamma/Behat/PactExtension/Context/PactContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
      */
87 87
     public static function setupBehatStepName(ScenarioScope $step): void
88 88
     {
89
-        if($step->getScenario()->getTitle()) {
89
+        if ($step->getScenario()->getTitle()) {
90 90
             self::$providerState->setDefaultPlainTextState($step->getScenario()->getTitle());
91 91
         }
92 92
     }
Please login to merge, or discard this patch.