You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the check that a given filename is writetable,
since this requires the file to exist beforehand.
We dont expect the file to exist however. Therefore this
check should not be made or create a file if failing.
Since this check is included in file_put_contents anyway
we may remove the check safely.
Closesconsolidation#959
Steps to reproduce
Run the semver task for the first time.
Expected behavior
Create the file with the preset format.
Actual behavior
Throws an exception that the task can not create the file. When the file was created manually before, then the task is successful.
System Configuration
Ubuntu 20, PHP 7.2
The text was updated successfully, but these errors were encountered: