From 1ddb08084bb2231c23aaeb3f9cc66a239eef67ed Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Wed, 15 Feb 2012 12:44:32 +1300 Subject: [PATCH] MDL-31112 repository: Fixed phpdocs on new function --- repository/upload/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/upload/lib.php b/repository/upload/lib.php index e0ce43359f6..3dc6330eea1 100644 --- a/repository/upload/lib.php +++ b/repository/upload/lib.php @@ -187,7 +187,7 @@ class repository_upload extends repository { /** * Checks the contents of the given file is not completely NULL - this can happen if a * user drags & drops a folder onto a filemanager / filepicker element - * @param filepath full path (including filename) to file to check + * @param string $filepath full path (including filename) to file to check * @return true if file has at least one non-null byte within it */ protected function check_valid_contents($filepath) { -- 2.43.0