Test Failed
Push — master ( 1dcef2...d02ee6 )
by Evgeniy
04:10
created
src/SmartGamma/Behat/PactExtension/Context/PactContext.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     {
69 69
         self::$pact          = $pact;
70 70
         self::$providerState = $providerState;
71
-        $this->authenticator   = $authenticator;
71
+        $this->authenticator = $authenticator;
72 72
         self::$stepName = __FUNCTION__;
73 73
     }
74 74
 
@@ -86,7 +86,7 @@  discard block
 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.