diff options
author | Matt Friedman <maf675@gmail.com> | 2015-07-16 22:52:25 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2015-07-16 22:52:25 -0700 |
commit | af7872473d41b4fd82a850e87f9e74a72a5b3230 (patch) | |
tree | 055b917c483336eb7517a8099e1218855588edc5 /phpBB/phpbb/filesystem | |
parent | 01097a24b50a6ffa0662740bbf418399ed5623f2 (diff) | |
download | forums-af7872473d41b4fd82a850e87f9e74a72a5b3230.tar forums-af7872473d41b4fd82a850e87f9e74a72a5b3230.tar.gz forums-af7872473d41b4fd82a850e87f9e74a72a5b3230.tar.bz2 forums-af7872473d41b4fd82a850e87f9e74a72a5b3230.tar.xz forums-af7872473d41b4fd82a850e87f9e74a72a5b3230.zip |
[ticket/14033] Fix errors in docblocks
PHPBB3-14033
Diffstat (limited to 'phpBB/phpbb/filesystem')
-rw-r--r-- | phpBB/phpbb/filesystem/filesystem_interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/filesystem/filesystem_interface.php b/phpBB/phpbb/filesystem/filesystem_interface.php index 21ad8252f8..1093be2499 100644 --- a/phpBB/phpbb/filesystem/filesystem_interface.php +++ b/phpBB/phpbb/filesystem/filesystem_interface.php @@ -64,7 +64,7 @@ interface filesystem_interface * or the user can specify octal values (or any integer if it makes sense). All directories will have * an execution bit appended, if the user group (owner, group or other) has any bit specified. * - * @param string|array|\Traversable $file The file/directory to be chmodded + * @param string|array|\Traversable $files The file/directory to be chmodded * @param int $perms Permissions to set * @param bool $recursive If the permissions should be changed recursively * @param bool $force_chmod_link Try to apply permissions to symlinks as well |