Merge pull request #564 from BenMorel/f834c37f8a465ca3e23ee9ae62ef0bc4a525454c
Fix a wrong return type
This commit is contained in:
commit
f0674ea034
@ -254,7 +254,7 @@ class BasicEntityPersister
|
|||||||
public function executeInserts()
|
public function executeInserts()
|
||||||
{
|
{
|
||||||
if ( ! $this->queuedInserts) {
|
if ( ! $this->queuedInserts) {
|
||||||
return;
|
return array();
|
||||||
}
|
}
|
||||||
|
|
||||||
$postInsertIds = array();
|
$postInsertIds = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user