From: Amir E. Aharoni Date: Tue, 3 Mar 2015 18:29:04 +0000 (+0200) Subject: Shorten long lines in MovePage.php to make phpcs pass X-Git-Tag: 1.31.0-rc.0~12184^2~1 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=52386446105a2e7263fc9c91363d34324d27ffa6;p=lhc%2Fweb%2Fwiklou.git Shorten long lines in MovePage.php to make phpcs pass Change-Id: I4b6b2975f8e2b9508f0a78fb176093974c935cf1 --- diff --git a/includes/MovePage.php b/includes/MovePage.php index 065e189857..01c25d397a 100644 --- a/includes/MovePage.php +++ b/includes/MovePage.php @@ -370,7 +370,10 @@ class MovePage { $dbw->commit( __METHOD__ ); - Hooks::run( 'TitleMoveComplete', array( &$this->oldTitle, &$this->newTitle, &$user, $pageid, $redirid, $reason ) ); + Hooks::run( + 'TitleMoveComplete', + array( &$this->oldTitle, &$this->newTitle, &$user, $pageid, $redirid, $reason ) + ); return Status::newGood(); }