build: Remove unneeded @codingStandardsIgnore

line length was increased to 120 in 31.0.0

Bug: T278594
Change-Id: Ie5b28a7bfd5c9f795978d0773b02e080d9fe44a7
This commit is contained in:
Umherirrender 2021-04-03 23:14:08 +02:00
parent 8fb68f49a1
commit ac5bd772a9

View file

@ -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,