Skip to content

Conversation

@backportbot
Copy link

@backportbot backportbot bot commented Mar 8, 2024

Backport of PR #44095

manual backport of #44093 to fix #44051 for <=v28

Signed-off-by: Josh <[email protected]>

foreach ($this->getUsersToNotify() as $uid) {
$notification->setUser($uid);
$notification->setUser((string) $uid);

Check notice

Code scanning / Psalm

RedundantCastGivenDocblockType

Redundant cast to string given docblock-provided type

foreach ($this->getUsersToNotify() as $uid) {
$notification->setUser($uid);
$notification->setUser((string) $uid);

Check notice

Code scanning / Psalm

RedundantCastGivenDocblockType

Redundant cast to string given docblock-provided type
@SystemKeeper SystemKeeper changed the title [stable26] [stable28] fix(UpdateNotifications): Handle numeric user ids [stable26] fix(UpdateNotifications): Handle numeric user ids Mar 8, 2024
@susnux susnux merged commit e141a41 into stable26 Mar 9, 2024
@susnux susnux deleted the backport/44095/stable26 branch March 9, 2024 01:35
@Altahrim Altahrim mentioned this pull request Mar 21, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants