Skip to content

Commit

Permalink
MDL-31112 repository: Fixed phpdocs on new function
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Feb 14, 2012
1 parent f820701 commit 1ddb080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/upload/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function upload($saveas_filename, $maxbytes) {
/**
* 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) {
Expand Down

0 comments on commit 1ddb080

Please sign in to comment.