Fixed a wrong return type.
This commit is contained in:
parent
71a68a5c6f
commit
f834c37f8a
@ -254,7 +254,7 @@ class BasicEntityPersister
|
||||
public function executeInserts()
|
||||
{
|
||||
if ( ! $this->queuedInserts) {
|
||||
return;
|
||||
return array();
|
||||
}
|
||||
|
||||
$postInsertIds = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user