use internal function
This commit is contained in:
parent
52b2d9022a
commit
c0fc4f1158
1 changed files with 1 additions and 1 deletions
|
@ -2975,7 +2975,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||
*/
|
||||
public function size()
|
||||
{
|
||||
$countArray = array_map(function ($item) { return count($item); }, $this->identityMap);
|
||||
$countArray = array_map('count', $this->identityMap);
|
||||
|
||||
return array_sum($countArray);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue