1
0
mirror of synced 2025-01-19 06:51:40 +03:00

Consistent return type confirming with interface

This commit is contained in:
Martin Prebio 2014-12-31 01:28:05 +01:00
parent 193e31f22a
commit 8f15c5e905

View File

@ -127,7 +127,7 @@ class JoinedSubclassPersister extends AbstractEntityInheritancePersister
public function executeInserts()
{
if ( ! $this->queuedInserts) {
return;
return array();
}
$postInsertIds = array();