X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fparser%2FParser.php;h=b27338ca2bfc8da6ea7ef273477a04d0035a3561;hb=824469f51cc1c159130bd4eddcf98cbf528798b6;hp=5c55124492790d29d38295a0a370a44ddbd28352;hpb=75e2607211b30103417d73a780498b9d27537b62;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 5c55124492..b27338ca2b 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -4271,7 +4271,6 @@ class Parser { * @param bool $isMain * @return mixed|string * @private - * @suppress PhanTypeInvalidDimOffset */ public function formatHeadings( $text, $origText, $isMain = true ) { # Inhibit editsection links if requested in the page @@ -5578,7 +5577,6 @@ class Parser { Hooks::run( 'ParserMakeImageParams', [ $title, $file, &$params, $this ] ); # Linker does the rest - // @phan-suppress-next-line PhanTypeInvalidDimOffset $time = $options['time'] ?? false; $ret = Linker::makeImageLink( $this, $title, $file, $params['frame'], $params['handler'], $time, $descQuery, $this->mOptions->getThumbSize() );