mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/13450] Type-hint return value of $phpbb_container->get()
PHPBB3-13450
This commit is contained in:
@@ -42,6 +42,7 @@ if (($mark_notification = $request->variable('mark_notification', 0)))
|
||||
|
||||
if (check_link_hash($request->variable('hash', ''), 'mark_notification_read'))
|
||||
{
|
||||
/* @var $phpbb_notifications \phpbb\notification\manager */
|
||||
$phpbb_notifications = $phpbb_container->get('notification_manager');
|
||||
|
||||
$notification = $phpbb_notifications->load_notifications(array(
|
||||
|
Reference in New Issue
Block a user