summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Filesystem.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Files/Filesystem.php')
-rw-r--r--lib/private/Files/Filesystem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/Filesystem.php b/lib/private/Files/Filesystem.php
index 404ea4ed804..60900128717 100644
--- a/lib/private/Files/Filesystem.php
+++ b/lib/private/Files/Filesystem.php
@@ -627,7 +627,7 @@ class Filesystem {
* check if the directory should be ignored when scanning
* NOTE: the special directories . and .. would cause never ending recursion
*
- * @param String $dir
+ * @param string $dir
* @return boolean
*/
static public function isIgnoredDir($dir) {