- Issue created by @kasperg
The FileSystem class has a chmod() method, which calls the PHP chmod() function.
However several of the other methods within the FileSystem class also call chmod() directly instead of using the internal function. There does not appear to be a reason for this practice. Using the chmod() method will add features such as logging of errors and other helpful elements which might be added down the line.
N/A
Update all methods within the FileSystem class to call self::chmod() instead of calling chmod directly e.g. unlink(), mkdir(), rmdir()
None.
None.
None.
Active
11.0 🔥