#1246 DDC-3487 - minor alignment fixes
This commit is contained in:
parent
7f71cbc8c7
commit
278b8bfa08
@ -67,7 +67,17 @@ class OneToManyPersister extends AbstractCollectionPersister
|
||||
throw new \BadMethodCallException("Selecting a collection by index is only supported on indexed collections.");
|
||||
}
|
||||
|
||||
return $persister->load(array($mapping['mappedBy'] => $coll->getOwner(), $mapping['indexBy'] => $index), null, null, array(), null, 1);
|
||||
return $persister->load(
|
||||
array(
|
||||
$mapping['mappedBy'] => $coll->getOwner(),
|
||||
$mapping['indexBy'] => $index
|
||||
),
|
||||
null,
|
||||
null,
|
||||
array(),
|
||||
null,
|
||||
1
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user