mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fix php document of File::write()
This commit is contained in:
parent
3937a4f02e
commit
777e39531e
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ class File {
|
|||
*
|
||||
* @param string $data Data to write to this File.
|
||||
* @param string $mode Mode of writing. {@link http://php.net/fwrite See fwrite()}.
|
||||
* @param string $force Force the file to open
|
||||
* @param bool $force Force the file to open
|
||||
* @return bool Success
|
||||
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/file-folder.html#File::write
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue