Change line breaks in LocalFile::recordUpload2()
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 4 Dec 2013 16:43:20 +0000 (17:43 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 5 Dec 2013 22:32:50 +0000 (23:32 +0100)
Change-Id: Ib27e381106d048bb0a24286a877c85f0e62408cf

includes/filerepo/file/LocalFile.php

index dd8e38a..5206447 100644 (file)
@@ -1220,8 +1220,8 @@ class LocalFile extends File {
         * @param null|User $user
         * @return bool
         */
-       function recordUpload2(
-               $oldver, $comment, $pageText, $props = false, $timestamp = false, $user = null
+       function recordUpload2( $oldver, $comment, $pageText, $props = false, $timestamp = false,
+               $user = null
        ) {
                wfProfileIn( __METHOD__ );