mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Wording.
This commit is contained in:
parent
eedefb9dec
commit
a6df3300b9
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ class Folder {
|
|||
*
|
||||
* - `to` The directory to copy to.
|
||||
* - `from` The directory to copy from, this will cause a cd() to occur, changing the results of pwd().
|
||||
* - `mode` The mode to copy the files/directories with, e.g. 0775.
|
||||
* - `mode` The mode to copy the files/directories with as integer, e.g. 0775.
|
||||
* - `skip` Files/directories to skip.
|
||||
* - `scheme` Folder::MERGE, Folder::OVERWRITE, Folder::SKIP
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue