We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6174492 + d9a7875 commit ae3552aCopy full SHA for ae3552a
Legacy/ConstraintTraitForV7.php
@@ -45,7 +45,7 @@ protected function additionalFailureDescription($other): string
45
46
protected function exporter(): Exporter
47
{
48
- if (null !== $this->exporter) {
+ if (null === $this->exporter) {
49
$this->exporter = new Exporter();
50
}
51
0 commit comments