File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/Symfony/Component/Filesystem Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 25
25
/src /Symfony /Bundle /FrameworkBundle /DependencyInjection /Compiler /ValidateWorkflowsPass.php @ lyrixx
26
26
/src /Symfony /Bundle /FrameworkBundle /DependencyInjection /Compiler /WorkflowGuardListenerPass.php @ lyrixx
27
27
/src /Symfony /Component /Workflow /* @ lyrixx
28
+ # Yaml
29
+ /src /Symfony /Component /Yaml /* @ xabbuh
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public function lock($blocking = false)
83
83
84
84
if (!$ this ->handle = fopen ($ this ->file , 'r+ ' ) ?: fopen ($ this ->file , 'r ' )) {
85
85
if ($ this ->handle = fopen ($ this ->file , 'x ' )) {
86
- chmod ($ this ->file , 0444 );
86
+ chmod ($ this ->file , 0644 );
87
87
} elseif (!$ this ->handle = fopen ($ this ->file , 'r+ ' ) ?: fopen ($ this ->file , 'r ' )) {
88
88
usleep (100 ); // Give some time for chmod() to complete
89
89
$ this ->handle = fopen ($ this ->file , 'r+ ' ) ?: fopen ($ this ->file , 'r ' );
You can’t perform that action at this time.
0 commit comments