fix php document of File::write()

This commit is contained in:
Kenya Yamaguchi 2016-08-19 02:52:44 +09:00 committed by GitHub
parent 3937a4f02e
commit 777e39531e

View file

@ -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
*/