From: Amir E. Aharoni Date: Tue, 3 Mar 2015 18:27:51 +0000 (+0200) Subject: Shorten long lines in Html.php to make phpcs pass X-Git-Tag: 1.31.0-rc.0~12184^2~3 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=4cae45a5a63e092de58e084b90a5a54a5c25f428;p=lhc%2Fweb%2Fwiklou.git Shorten long lines in Html.php to make phpcs pass Change-Id: I5060b510105aa08f1cb4804e2c33d8e1b00ef390 --- diff --git a/includes/Html.php b/includes/Html.php index fe8f57ee9f..bc5cde8ef7 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -159,7 +159,8 @@ class Html { } /** - * Returns an HTML link element in a string styled as a button (when $wgUseMediaWikiUIEverywhere is enabled). + * Returns an HTML link element in a string styled as a button + * (when $wgUseMediaWikiUIEverywhere is enabled). * * @param string $contents The raw HTML contents of the element: *not* * escaped! @@ -178,7 +179,8 @@ class Html { } /** - * Returns an HTML link element in a string styled as a button (when $wgUseMediaWikiUIEverywhere is enabled). + * Returns an HTML link element in a string styled as a button + * (when $wgUseMediaWikiUIEverywhere is enabled). * * @param string $contents The raw HTML contents of the element: *not* * escaped!