From: Mark A. Hershberger Date: Mon, 15 Feb 2010 20:20:14 +0000 (+0000) Subject: Tidy up phpdoc to match code X-Git-Tag: 1.31.0-rc.0~37743 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=e291ec4a5756715ffd15466b2bd2bb5623d1a66d;p=lhc%2Fweb%2Fwiklou.git Tidy up phpdoc to match code --- diff --git a/includes/upload/UploadBase.php b/includes/upload/UploadBase.php index d0f05f6b8e..e474523b94 100644 --- a/includes/upload/UploadBase.php +++ b/includes/upload/UploadBase.php @@ -212,9 +212,6 @@ abstract class UploadBase { /** * Verifies that it's ok to include the uploaded file * - * FIXME: this function seems to intermixes tmpfile and $this->mTempPath .. no idea why this is - * - * @param string $tmpfile the full path of the temporary file to verify * @return mixed true of the file is verified, a string or array otherwise. */ protected function verifyFile() {