We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf14f4a commit 5b19a72Copy full SHA for 5b19a72
src/Plugin.php
@@ -217,7 +217,7 @@ public function process(Event $event): void
217
private function constraintIntoString(ConstraintInterface $constraint): string
218
{
219
return sprintf(
220
- '%s%s && %s%s',
+ '%s%s, %s%s',
221
$constraint->getLowerBound()->isInclusive() ? '>=' : '>',
222
$constraint->getLowerBound()->getVersion(),
223
$constraint->getUpperBound()->isInclusive() ? '<=' : '<',
0 commit comments