Skip to content

Commit

Permalink
Merge branch '4.4' into 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Oct 30, 2020
2 parents 6174492 + d9a7875 commit ae3552a
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 ae3552a

Please sign in to comment.