Fix syntax error

main
Jordi Boggiano 4 years ago committed by GitHub
parent 8a6382d78d
commit cf5513f28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -219,7 +219,7 @@ class PoolBuilder
$loadNames[$require] = null;
}
$linkConstraint = $link->getConstraint()
$linkConstraint = $link->getConstraint();
if ($linkConstraint && !($linkConstraint instanceof EmptyConstraint)) {
if (!array_key_exists($require, $this->nameConstraints)) {
$this->nameConstraints[$require] = new MultiConstraint(array($linkConstraint), false);

Loading…
Cancel
Save