From ac5bd772a91ce2ab15c10f7fa6260039640899be Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 3 Apr 2021 23:14:08 +0200 Subject: [PATCH] build: Remove unneeded @codingStandardsIgnore line length was increased to 120 in 31.0.0 Bug: T278594 Change-Id: Ie5b28a7bfd5c9f795978d0773b02e080d9fe44a7 --- includes/VisualEditorHooks.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/VisualEditorHooks.php b/includes/VisualEditorHooks.php index 6e47cdf145..7d149cf3e3 100644 --- a/includes/VisualEditorHooks.php +++ b/includes/VisualEditorHooks.php @@ -633,9 +633,7 @@ class VisualEditorHooks { * @param string $section The name of the section being pointed to. * @param string $tooltip The default tooltip. * @param array &$result All link detail arrays. - * @codingStandardsIgnoreStart * @phan-param array{editsection:array{text:string,targetTitle:Title,attribs:array,query:array}} $result - * @codingStandardsIgnoreEnd * @param Language $lang The user interface language. */ public static function onSkinEditSectionLinks( Skin $skin, Title $title, $section,