From: Alexandre Emsenhuber Date: Mon, 12 Apr 2010 20:38:30 +0000 (+0000) Subject: Fix documentation introduced in r64403 X-Git-Tag: 1.31.0-rc.0~37127 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=50fb614a08ac7c5c8f361fb0de9666b8cfd5e8f0;p=lhc%2Fweb%2Fwiklou.git Fix documentation introduced in r64403 --- 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 ) {