Skip to content

Commit 02eb289

Browse files
Automatically regenerate the files (#326)
1 parent e19610c commit 02eb289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generated/filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ function tmpfile()
15931593
* @param string $filename The name of the file being touched.
15941594
* @param int $mtime The touch time. If mtime is NULL,
15951595
* the current system time is used.
1596-
* @param int $atime If NULL, the access time of the given filename is set to
1596+
* @param int $atime If not NULL, the access time of the given filename is set to
15971597
* the value of atime. Otherwise, it is set to
15981598
* the value passed to the mtime parameter.
15991599
* If both are NULL, the current system time is used.

0 commit comments

Comments
 (0)