From: Siebrand Mazeland Date: Wed, 20 Nov 2013 19:22:36 +0000 (+0100) Subject: Break long lines in includes/diff/ X-Git-Tag: 1.31.0-rc.0~17987^2~1 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=c13d478e9b98d8465178bc89806b64be61ac3589;p=lhc%2Fweb%2Fwiklou.git Break long lines in includes/diff/ Change-Id: I778079edb147623f54f6140e11e25120b04c382e --- 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 ) + ); } /**