Shorten long lines in Html.php to make phpcs pass
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Tue, 3 Mar 2015 18:27:51 +0000 (20:27 +0200)
committerAmire80 <amir.aharoni@mail.huji.ac.il>
Tue, 3 Mar 2015 21:41:20 +0000 (21:41 +0000)
Change-Id: I5060b510105aa08f1cb4804e2c33d8e1b00ef390

includes/Html.php

index fe8f57e..bc5cde8 100644 (file)
@@ -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!