Fix: remove extra whitespace in constant reference

This commit is contained in:
rabiibrahimi
2025-09-25 10:37:43 +01:00
parent fa85d9e132
commit e35ec52d74
@@ -66,7 +66,7 @@ class DefaultAssignmentNotificator implements AssignmentNotificator
) {
$userIds = $entity->getLinkMultipleIdList(self::FIELD_ASSIGNED_USERS);
/** @var string[] $fetchedIds */
$fetchedIds = $entity->getFetched(self:: FIELD_ASSIGNED_USERS . 'Ids') ?? [];
$fetchedIds = $entity->getFetched(self::FIELD_ASSIGNED_USERS . 'Ids') ?? [];
foreach ($userIds as $userId) {
if (in_array($userId, $fetchedIds)) {