aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2015-01-14 12:34:28 +0100
committerTristan Darricau <github@nicofuma.fr>2015-01-14 12:34:28 +0100
commit98937a7a18dc605c6d3bb8a3f20f124ec71e058a (patch)
tree188b7b5c0741a7fd5ea54d322b9f394a21c1fe28 /phpBB/index.php
parent853733a0eb04f917fe3195ed9f36cfcf643deffd (diff)
parentb5544b2f471ce4c93b08d19919ab062725545ce8 (diff)
downloadforums-98937a7a18dc605c6d3bb8a3f20f124ec71e058a.tar
forums-98937a7a18dc605c6d3bb8a3f20f124ec71e058a.tar.gz
forums-98937a7a18dc605c6d3bb8a3f20f124ec71e058a.tar.bz2
forums-98937a7a18dc605c6d3bb8a3f20f124ec71e058a.tar.xz
forums-98937a7a18dc605c6d3bb8a3f20f124ec71e058a.zip
Merge pull request #3289 from MGaetan89/ticket/13450
[ticket/13450] Type-hint return value of $phpbb_container->get() * MGaetan89/ticket/13450: [ticket/13450] Type-hint return value of $phpbb_container->get()
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index df6932f6c0..132cbd444f 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -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(