From 4cae45a5a63e092de58e084b90a5a54a5c25f428 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Tue, 3 Mar 2015 20:27:51 +0200 Subject: [PATCH] Shorten long lines in Html.php to make phpcs pass Change-Id: I5060b510105aa08f1cb4804e2c33d8e1b00ef390 --- includes/Html.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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! -- 2.20.1