Unsuppress phan issues part 6
[lhc/web/wiklou.git] / includes / auth / AuthenticationRequest.php
index 74ce60a..1a2442c 100644 (file)
@@ -298,6 +298,7 @@ abstract class AuthenticationRequest {
         * @param AuthenticationRequest[] $reqs
         * @return array
         * @throws \UnexpectedValueException If fields cannot be merged
+        * @suppress PhanTypeInvalidDimOffset
         */
        public static function mergeFieldInfo( array $reqs ) {
                $merged = [];