Merge pull request #564 from BenMorel/f834c37f8a465ca3e23ee9ae62ef0bc4a525454c
Fix a wrong return type
This commit is contained in:
commit
f0674ea034
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ class BasicEntityPersister
|
|||
public function executeInserts()
|
||||
{
|
||||
if ( ! $this->queuedInserts) {
|
||||
return;
|
||||
return array();
|
||||
}
|
||||
|
||||
$postInsertIds = array();
|
||||
|
|
Loading…
Add table
Reference in a new issue