mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
renamed chmod to mode in the comments for function copy.
This commit is contained in:
parent
3189872ea9
commit
24700961df
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ class Folder extends Object {
|
|||
*
|
||||
* - `to` The directory to copy to.
|
||||
* - `from` The directory to copy from, this will cause a cd() to occur, changing the results of pwd().
|
||||
* - `chmod` The mode to copy the files/directories with.
|
||||
* - `mode` The mode to copy the files/directories with.
|
||||
* - `skip` Files/directories to skip.
|
||||
*
|
||||
* @param mixed $options Either an array of options (see above) or a string of the destination directory.
|
||||
|
|
Loading…
Add table
Reference in a new issue