Consistent return type confirming with interface
This commit is contained in:
parent
193e31f22a
commit
8f15c5e905
@ -127,7 +127,7 @@ class JoinedSubclassPersister extends AbstractEntityInheritancePersister
|
||||
public function executeInserts()
|
||||
{
|
||||
if ( ! $this->queuedInserts) {
|
||||
return;
|
||||
return array();
|
||||
}
|
||||
|
||||
$postInsertIds = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user