Skip to content

Commit 6038f80

Browse files
committed
Merge branch '5.1' into 5.x
2 parents debe16e + ae3552a commit 6038f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Legacy/ConstraintTraitForV7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function additionalFailureDescription($other): string
4545

4646
protected function exporter(): Exporter
4747
{
48-
if (null !== $this->exporter) {
48+
if (null === $this->exporter) {
4949
$this->exporter = new Exporter();
5050
}
5151

0 commit comments

Comments
 (0)