@@ -8,5 +8,8 @@ |
||
8 | 8 | |
9 | 9 | interface PactContextInterface extends Context |
10 | 10 | { |
11 | + /** |
|
12 | + * @return void |
|
13 | + */ |
|
11 | 14 | public function initialize(Pact $pact, ProviderState $providerState, Authenticator $authenticator): void; |
12 | 15 | } |
@@ -86,7 +86,7 @@ |
||
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 | } |