1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14033] Fix errors in docblocks

PHPBB3-14033
This commit is contained in:
Matt Friedman
2015-07-16 22:52:25 -07:00
parent 01097a24b5
commit af7872473d
4 changed files with 5 additions and 4 deletions

View File

@@ -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