From 3000e59762c0d9ce1f6701f820485a9ef51cdfc3 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Tue, 3 Mar 2015 20:28:08 +0200 Subject: [PATCH] Shorten long lines in Linker.php to make phpcs pass Change-Id: Ia3376560dfd321252babc2ac3edd88764a16bce1 --- includes/Linker.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/Linker.php b/includes/Linker.php index 5a05bd4721..a9c26c6451 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1388,7 +1388,9 @@ class Linker { * * @return string */ - public static function formatLinksInComment( $comment, $title = null, $local = false, $wikiId = null ) { + public static function formatLinksInComment( + $comment, $title = null, $local = false, $wikiId = null + ) { return preg_replace_callback( '/ \[\[ -- 2.20.1