Skip to content

Commit

Permalink
Merge branch '5.1' into 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Oct 30, 2020
2 parents debe16e + ae3552a commit 6038f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Legacy/ConstraintTraitForV7.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function additionalFailureDescription($other): string

protected function exporter(): Exporter
{
if (null !== $this->exporter) {
if (null === $this->exporter) {
$this->exporter = new Exporter();
}

Expand Down

0 comments on commit 6038f80

Please sign in to comment.