mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #12811 from josephzidell/patch-3
Fixes docblock for Folder constructor
This commit is contained in:
commit
2efca21d0e
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class Folder {
|
|||
*
|
||||
* @param string $path Path to folder
|
||||
* @param bool $create Create folder if not found
|
||||
* @param string|bool $mode Mode (CHMOD) to apply to created folder, false to ignore
|
||||
* @param int|bool $mode Mode (CHMOD) to apply to created folder, false to ignore
|
||||
* @link https://book.cakephp.org/2.0/en/core-utility-libraries/file-folder.html#Folder
|
||||
*/
|
||||
public function __construct($path = false, $create = false, $mode = false) {
|
||||
|
|
Loading…
Reference in a new issue