-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Document the validator's switch to PSR-6 #12276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the validator's switch to PSR-6 #12276
Conversation
…rrabus) This PR was merged into the 5.0-dev branch. Discussion ---------- [Validator] Removed CacheInterface in favor of PSR-6 | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | yes | Deprecations? | no | Tests pass? | yes | Fixed tickets | #33414 | License | MIT | Doc PR | symfony/symfony-docs#12276 This PR removes the deprecation layer of #33459. Commits ------- 34b141c [Validator] Removed CacheInterface in favor of PSR-6.
Hi 👋 and thanks for your PR. |
737b62a
to
2f010b7
Compare
Thank you for your review, @OskarStark. I've added that directive, but I'm a bit unsure about the wording. Should I somehow mention the old behavior as well or do we expect users to look this up in the older branch of the documentation should they need it? |
We could, but to me it’s ok to just mention the “as is”/“current recommendation” 👍🏻🤞🏻 Thanks |
Thank you Alexander! |
This PR was merged into the 4.4 branch. Discussion ---------- Document the validator's switch to PSR-6 This PR documents symfony/symfony#33459 and fixes #12275. Commits ------- 2f010b7 Document the validator's switch to PSR-6.
This PR documents symfony/symfony#33459 and fixes #12275.