Test Setup Failed
Branch main (906344)
by Misha
03:13
created
Category
src/Entity/Event.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
         return CommunibaseIdCollection::fromValidStrings(
93 93
             \array_reduce(
94 94
                 $this->getParticipantsData(),
95
-                function (array $ids, array $participantData) {
95
+                function(array $ids, array $participantData) {
96 96
                     if (\in_array($participantData['status'], $this->registeredStatuses, true)) {
97 97
                         $ids[] = $participantData['personId'];
98 98
                     }
Please login to merge, or discard this patch.