Merge "tests: Replace PHPUnit's loose assertEquals(null) with assertNull()"
[lhc/web/wiklou.git] / includes / filerepo / RepoGroup.php
index 96df29f..f61ca3b 100644 (file)
@@ -116,7 +116,6 @@ class RepoGroup {
         *                   be found.
         *   latest:         If true, load from the latest available data into File objects
         * @phan-param array{time?:mixed,ignoreRedirect?:bool,private?:bool,latest?:bool} $options
-        * @suppress PhanTypeInvalidDimOffset
         * @return File|bool False if title is not found
         */
        function findFile( $title, $options = [] ) {