mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #9300 from ken880guchi/fix-php-doc
fix php document of File::write()
This commit is contained in:
commit
d66011d0fa
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