Merge pull request #9300 from ken880guchi/fix-php-doc

fix php document of File::write()
This commit is contained in:
Mark Sch 2016-08-18 20:56:38 +02:00 committed by GitHub
commit d66011d0fa

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