Skip to content

Commit

Permalink
Code fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuczen committed Dec 21, 2021
1 parent cd9c47a commit 18eaced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Behat/Context/GraphqlApiPlatformContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function thatResponseShouldContainKeyWithValue(string $key, $value): void
{
/** @psalm-suppress MixedAssignment */
$responseValueAtKey = $this->client->getValueAtKey($key);
Assert::same($responseValueAtKey,$value);
Assert::same($responseValueAtKey, $value);
}

/**
Expand Down Expand Up @@ -238,7 +238,7 @@ private function getJsonFromResponse(string $response): ?array

/**
* @Then I add :filterName filter to this operation with :value value
* @Then I add :filterName filter to this operation with :type value :value
* @Then I add :filterName filter to this operation with :type value :value
*
* @param mixed $value
*/
Expand Down

0 comments on commit 18eaced

Please sign in to comment.