Skip to content

Commit

Permalink
Merge pull request #9300 from ken880guchi/fix-php-doc
Browse files Browse the repository at this point in the history
fix php document of File::write()
  • Loading branch information
dereuromark committed Aug 18, 2016
2 parents 3937a4f + 777e395 commit d66011d
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 d66011d

Please sign in to comment.