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
minor symfony#14179 Fix bad example of lock (jderusse)
This PR was submitted for the 4.4 branch but it was merged into the 3.4 branch instead.
Discussion
----------
Fix bad example of lock
I just realized that example in lock were BAD. If you don't check the return of `$lock->acquire()` you don't know if the lock has been acquired
PR against 4.4 because currently maintained, but bug exists since 3.4
Commits
-------
5233c2a Fix bad example of lock
0 commit comments