1
0
mirror of synced 2025-01-31 20:41:44 +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() public function executeInserts()
{ {
if ( ! $this->queuedInserts) { if ( ! $this->queuedInserts) {
return; return array();
} }
$postInsertIds = array(); $postInsertIds = array();