Merge "Simplify checking for widgets on special block page"
[lhc/web/wiklou.git] / includes / specials / SpecialBlock.php
index f0f6a12..9e218b6 100644 (file)
@@ -619,6 +619,7 @@ class SpecialBlock extends FormSpecialPage {
         *     the HTMLForm
         * @param WebRequest|null $request Optionally try and get data from a request too
         * @return array [ User|string|null, Block::TYPE_ constant|null ]
+        * @phan-return array{0:User|string|null,1:int|null}
         */
        public static function getTargetAndType( $par, WebRequest $request = null ) {
                $i = 0;