Skip to content

Commit

Permalink
Merge branch '7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 12, 2018
2 parents 0057bca + 705bce3 commit 4b219da
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 4b219da

Please sign in to comment.