Shorten long lines in MovePage.php to make phpcs pass
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Tue, 3 Mar 2015 18:29:04 +0000 (20:29 +0200)
committerAmire80 <amir.aharoni@mail.huji.ac.il>
Tue, 3 Mar 2015 22:02:23 +0000 (22:02 +0000)
Change-Id: I4b6b2975f8e2b9508f0a78fb176093974c935cf1

includes/MovePage.php

index 065e189..01c25d3 100644 (file)
@@ -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();
        }