From 87b548ed91c03f051a93cc39bf94650922c1f55f Mon Sep 17 00:00:00 2001 From: Robin McCorkell Date: Sun, 11 May 2014 21:51:30 +0100 Subject: Fix all PHPDoc types and variable names, in /lib --- lib/private/files/cache/scanner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/files/cache/scanner.php') diff --git a/lib/private/files/cache/scanner.php b/lib/private/files/cache/scanner.php index 8c2ec057ca7..51454a71458 100644 --- a/lib/private/files/cache/scanner.php +++ b/lib/private/files/cache/scanner.php @@ -273,7 +273,7 @@ class Scanner extends BasicEmitter { * @brief check if the file should be ignored when scanning * NOTE: files with a '.part' extension are ignored as well! * prevents unfinished put requests to be scanned - * @param String $file + * @param string $file * @return boolean */ public static function isPartialFile($file) { -- cgit v1.2.3