@@ -92,7 +92,7 @@ |
||
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 | } |