@@ -235,7 +235,7 @@ |
||
235 | 235 | protected function getCollectionChildrenCount(array $children): int |
236 | 236 | { |
237 | 237 | return count( |
238 | - array_filter($children, function (ReferenceEntity $child) { |
|
238 | + array_filter($children, function(ReferenceEntity $child) { |
|
239 | 239 | return isset($this->dataArray[$child->getElement()->__toString()]); |
240 | 240 | }) |
241 | 241 | ); |