From 50fb614a08ac7c5c8f361fb0de9666b8cfd5e8f0 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 12 Apr 2010 20:38:30 +0000 Subject: [PATCH] Fix documentation introduced in r64403 --- includes/upload/UploadBase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/upload/UploadBase.php b/includes/upload/UploadBase.php index 4f0522ef5d..09bf67227e 100644 --- a/includes/upload/UploadBase.php +++ b/includes/upload/UploadBase.php @@ -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 ) { -- 2.20.1