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 #44157 [FrameworkBundle] Remove code relating to old StoreInterface (jderusse)
This PR was merged into the 6.0 branch.
Discussion
----------
[FrameworkBundle] Remove code relating to old StoreInterface
| Q | A
| ------------- | ---
| Branch? | 6.0
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
The interface has been remove in symfony/lock 5.0, (but FWB was still compatible with symfony/lock 4.4).
Now FWB conflicts with <5.4 we can finally remove this reference
I also forgot to remove the `$lockDefinition` definition in #41284
Commits
-------
a0a431cdfd Remove code relating to old SotreInterface
0 commit comments