From 813849e5216cb87121e0f778a734575be6a36052 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 7 May 2017 16:50:20 +0200 Subject: Add history entries for API endpoint CHANGED: datetime is now store as an object in history store file --- application/FileUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/FileUtils.php') diff --git a/application/FileUtils.php b/application/FileUtils.php index b8ad8970..a167f642 100644 --- a/application/FileUtils.php +++ b/application/FileUtils.php @@ -26,7 +26,7 @@ class FileUtils * The file will be created if it doesn't exist. * * @param string $file File path. - * @param string $content Content to write. + * @param mixed $content Content to write. * * @return int|bool Number of bytes written or false if it fails. * -- cgit v1.2.3