1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +02:00

Merge pull request #6579 from marc1706/ticket/17281

[ticket/17281] Update to psalm 5.x
This commit is contained in:
Marc Alexander
2024-01-31 21:14:15 +01:00
committed by GitHub
42 changed files with 280 additions and 239 deletions

View File

@@ -223,7 +223,7 @@ class manager
* Mark notifications read or unread for a given method
*
* @param string $method_name
* @param int|array $notification_id Notification id or array of notification ids.
* @param array $notification_id Notification id or array of notification ids.
* @param bool|int $time Time at which to mark all notifications prior to as read. False to mark all as read. (Default: False)
* @param bool $mark_read Define if the notification as to be set to True or False. (Default: True)
*/