Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Automatically regenerate the files #326

Merged
merged 1 commit into from
Feb 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down