Passed
Push — master ( bb971f...a9eeac )
by
unknown
20:40
created
typo3/sysext/workspaces/Classes/Service/Dependency/CollectionService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.