Skip to content

Conversation

@joshtrichards
Copy link
Member

Summary

Manual backport of #44093 for <=v28. Same change just a different file since things got moved around in master.

Checklist

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

Signed-off-by: Josh <[email protected]>
@joshtrichards
Copy link
Member Author

/backport to stable27

@joshtrichards
Copy link
Member Author

/backport to stable26


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
@susnux susnux linked an issue Mar 8, 2024 that may be closed by this pull request
8 tasks
@nickvergessen nickvergessen merged commit 996f359 into stable28 Mar 8, 2024
@nickvergessen nickvergessen deleted the fix/updatenotifications/numeric-ids-v28-and-lower branch March 8, 2024 22:14
@Altahrim Altahrim mentioned this pull request Mar 21, 2024
9 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.

[Bug]: Nummeric user id breaks updatenotifications

4 participants