Merge "Fix handling of already logged-in user in Special:Userlogin"
[lhc/web/wiklou.git] / includes / specials / pagers / ActiveUsersPager.php
index 26ed499..87c849a 100644 (file)
@@ -44,7 +44,7 @@ class ActiveUsersPager extends UsersPager {
        private $blockStatusByUid;
 
        /**
-        * @param IContextSource $context
+        * @param IContextSource|null $context
         * @param FormOptions $opts
         */
        function __construct( IContextSource $context = null, FormOptions $opts ) {