Skip to content

Commit

Permalink
Merge pull request #3 from smart-gamma/scrutinizer-patch-3
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
Evgenas authored Dec 24, 2018
2 parents 7e3b201 + b4a22c7 commit 9b6fece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SmartGamma/Behat/PactExtension/Context/PactContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
}
Expand Down

0 comments on commit 9b6fece

Please sign in to comment.