Update v1.0.6.5
This commit is contained in:
2
vendor/symfony/filesystem/LockHandler.php
vendored
2
vendor/symfony/filesystem/LockHandler.php
vendored
@@ -69,7 +69,7 @@ class LockHandler
|
||||
}
|
||||
|
||||
// Silence error reporting
|
||||
set_error_handler(function() {});
|
||||
set_error_handler(function () {});
|
||||
|
||||
if (!$this->handle = fopen($this->file, 'r')) {
|
||||
if ($this->handle = fopen($this->file, 'x')) {
|
||||
|
Reference in New Issue
Block a user