8000 minor [#14292] UserProvider::supportsClass by CharlyPoppins · Pull Request #14293 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

minor [#14292] UserProvider::supportsClass #14293

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

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tweak
  • Loading branch information
javiereguiluz authored and CharlyPoppins committed Sep 29, 2020
commit a91e3715d28d274da0c474cff5d2bdbe5266d0cc
2 changes: 1 addition & 1 deletion best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Define Validation Constraints on the Underlying Object
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Attaching :doc:`validation constraints </reference/constraints>` to form fields
instead of to the mapped object prevents the validation from being checked in
instead of to the mapped object prevents the validation from being reused in
other forms or other places where the object is used.

.. _best-practice-handle-form:
Expand Down
0