From 4100cc2801eaed9e5dff9519eff220561b44d07d Mon Sep 17 00:00:00 2001 From: Kharhamel Date: Mon, 7 Feb 2022 03:06:54 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/filesystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated/filesystem.php b/generated/filesystem.php index 5a39ede3..de30f3b5 100644 --- a/generated/filesystem.php +++ b/generated/filesystem.php @@ -1593,7 +1593,7 @@ function tmpfile() * @param string $filename The name of the file being touched. * @param int $mtime The touch time. If mtime is NULL, * the current system time is used. - * @param int $atime If NULL, the access time of the given filename is set to + * @param int $atime If not NULL, the access time of the given filename is set to * the value of atime. Otherwise, it is set to * the value passed to the mtime parameter. * If both are NULL, the current system time is used.