Merge "Make a hidden form field to keep the language code"
[lhc/web/wiklou.git] / includes / title / PageLinkRenderer.php
index 240a961..fb1096e 100644 (file)
  * @see https://www.mediawiki.org/wiki/Requests_for_comment/TitleValue
  */
 interface PageLinkRenderer {
-
        /**
         * Returns the URL for the given page.
         *
         * @todo expand this to cover the functionality of Linker::linkUrl
         *
         * @param TitleValue $page The link's target
-        * @param array $params any additional URL parameters.
+        * @param array $params Any additional URL parameters.
         *
         * @return string
         */
@@ -65,5 +64,4 @@ interface PageLinkRenderer {
         * @return string
         */
        public function renderWikitextLink( TitleValue $page, $text = null );
-
 }