Fix documentation introduced in r64403
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 12 Apr 2010 20:38:30 +0000 (20:38 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 12 Apr 2010 20:38:30 +0000 (20:38 +0000)
includes/upload/UploadBase.php

index 4f0522e..09bf672 100644 (file)
@@ -166,8 +166,8 @@ abstract class UploadBase {
        /**
         * Append a file to the Repo file
         *
-        * @param string $srcPath Path to source file
-        * @param string $toAppendPath Path to the Repo file that will be appended to.
+        * @param $srcPath String: path to source file
+        * @param $toAppendPath String: path to the Repo file that will be appended to.
         * @return Status Status
         */
        protected function appendToUploadFile( $srcPath, $toAppendPath ) {