From c13d478e9b98d8465178bc89806b64be61ac3589 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 20 Nov 2013 20:22:36 +0100 Subject: [PATCH] Break long lines in includes/diff/ Change-Id: I778079edb147623f54f6140e11e25120b04c382e --- includes/diff/DifferenceEngine.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/includes/diff/DifferenceEngine.php b/includes/diff/DifferenceEngine.php index 91e74c97b0..f80eaccbe2 100644 --- a/includes/diff/DifferenceEngine.php +++ b/includes/diff/DifferenceEngine.php @@ -1062,7 +1062,8 @@ class DifferenceEngine extends ContextSource { * @param string $diff Diff body * @param string $otitle Old revision header * @param string $ntitle New revision header - * @param string $multi Notice telling user that there are intermediate revisions between the ones being compared + * @param string $multi Notice telling user that there are intermediate + * revisions between the ones being compared * @param string $notice Other notices, e.g. that user is viewing deleted content * * @return string @@ -1193,7 +1194,10 @@ class DifferenceEngine extends ContextSource { $this->mNewid = 0; } - wfRunHooks( 'NewDifferenceEngine', array( $this->getTitle(), &$this->mOldid, &$this->mNewid, $old, $new ) ); + wfRunHooks( + 'NewDifferenceEngine', + array( $this->getTitle(), &$this->mOldid, &$this->mNewid, $old, $new ) + ); } /** -- 2.20.1