Fix formatting of constraint output

main
Jordi Boggiano 10 years ago
parent 9a4a0244bf
commit 82b84f7a0a

@ -78,6 +78,6 @@ class MultiConstraint implements LinkConstraintInterface
$constraints[] = $constraint->__toString();
}
return '['.implode($this->conjunctive ? ', ' : ' | ', $constraints).']';
return '['.implode($this->conjunctive ? ' ' : ' || ', $constraints).']';
}
}

Loading…
Cancel
Save