From 777e39531edb004ff3485d41b9e6f7624bdecf3f Mon Sep 17 00:00:00 2001 From: Kenya Yamaguchi Date: Fri, 19 Aug 2016 02:52:44 +0900 Subject: [PATCH] fix php document of File::write() --- lib/Cake/Utility/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Utility/File.php b/lib/Cake/Utility/File.php index e1d62c912..f99d07381 100644 --- a/lib/Cake/Utility/File.php +++ b/lib/Cake/Utility/File.php @@ -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 */