Skip to content

Commit

Permalink
Merge branch '6.5' into 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 12, 2018
2 parents 786bb8f + ef10fcb commit 705bce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/Constraint/IsEqual.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function toString(): string
}

return \sprintf(
'is equal to "%s"',
"is equal to '%s'",
$this->value
);
}
Expand Down

0 comments on commit 705bce3

Please sign in to comment.