Consistent return type confirming with interface
This commit is contained in:
parent
193e31f22a
commit
8f15c5e905
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class JoinedSubclassPersister extends AbstractEntityInheritancePersister
|
|||
public function executeInserts()
|
||||
{
|
||||
if ( ! $this->queuedInserts) {
|
||||
return;
|
||||
return array();
|
||||
}
|
||||
|
||||
$postInsertIds = array();
|
||||
|
|
Loading…
Add table
Reference in a new issue