From c3e3a403999370827c5fb201c3a08799bf199499 Mon Sep 17 00:00:00 2001
From: Steffen Gebert <steffen.gebert@typo3.org>
Date: Mon, 17 Jan 2011 22:18:33 +0000
Subject: [PATCH] Fixed bug #17066: Wrong PHPDoc comment for
 t3lib_div::writeFileToTypo3tempDir

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10110 709f56b5-9817-0410-a4d7-c38de5d9e867
---
 ChangeLog                 | 1 +
 t3lib/class.t3lib_div.php | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b47c588d8ed6..324551ff040d 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
 	* Fixed bug #15112: Remove option "Show help text when applicable" in User Settings
 	* Fixed bug #17093: User settings reference nonexistent field edit_showFieldHelp
 	* Fixed bug #17071: JavaScript errors, used .class instead of .className
+	* Fixed bug #17066: Wrong PHPDoc comment for t3lib_div::writeFileToTypo3tempDir
 
 2011-01-17  Ernesto Baschny  <ernst@cron-it.de>
 
diff --git a/t3lib/class.t3lib_div.php b/t3lib/class.t3lib_div.php
index d8310dda836d..089148061cac 100644
--- a/t3lib/class.t3lib_div.php
+++ b/t3lib/class.t3lib_div.php
@@ -3206,7 +3206,7 @@ final class t3lib_div {
 	 *
 	 * @param	string		Absolute filepath to write to inside "typo3temp/". First part of this string must match PATH_site."typo3temp/"
 	 * @param	string		Content string to write
-	 * @return	string		Returns false on success, otherwise an error string telling about the problem.
+	 * @return	string		Returns NULL on success, otherwise an error string telling about the problem.
 	 */
 	public static function writeFileToTypo3tempDir($filepath, $content) {
 
-- 
GitLab