Skip to content

Commit

Permalink
fix php document of File::write()
Browse files Browse the repository at this point in the history
  • Loading branch information
ken880guchi committed Aug 18, 2016
1 parent 3937a4f commit 777e395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/File.php
Expand Up @@ -219,7 +219,7 @@ public static function prepare($data, $forceWindows = false) {
*
* @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
*/
Expand Down

0 comments on commit 777e395

Please sign in to comment.