Skip to content

Commit 6e91544

Browse files
Fixed: Better memory usage
1 parent 0075743 commit 6e91544

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Validator/BarcodeValidator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@ public function validate($value, Constraint $constraint): void
3737
->setParameter('{{ string }}', $value)
3838
->addViolation();
3939
}
40+
41+
unset($validator);
4042
}
4143
}

0 commit comments

Comments
 (0)