Closed bakerkretzmar closed 2 years ago
In PHP 8.1 passing null to file_exists() is deprecated, so this PR just defaults that option to an empty string if it's not provided.
null
file_exists()
In PHP 8.1 passing
null
tofile_exists()
is deprecated, so this PR just defaults that option to an empty string if it's not provided.