Skip to content

Commit

Permalink
chore: space added to error print out
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed May 3, 2024
1 parent 05fac4e commit 7af1b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constraint/QueryConstraint.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ public function matches($response): bool {
}

public function failureDescription($other): string {
return "GraphQL response failed validation: \n\n\t" . implode( "\n\n\t", $this->error_messages );
return "GraphQL response failed validation: \n\n\t " . implode( "\n\n\t ", $this->error_messages );
}

/**
Expand Down

0 comments on commit 7af1b50

Please sign in to comment.