8000 [Validator][Doctrine] Add docs for automatic validation by dunglas · Pull Request #11132 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Validator][Doctrine] Add docs for automatic validation #11132

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 5 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
Review
  • Loading branch information
dunglas committed Mar 11, 2019
commit f7b26a0d06aa6edb1aae777d74374042ef200216
4 changes: 2 additions & 2 deletions doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ is smart enough to know if it should INSERT or UPDATE your entity.
Validating Objects
------------------

:doc:`The Symfony validator </validation>` reuse Doctrine metadata
:doc:`The Symfony validator </validation>` reuses Doctrine metadata
to perform some basic validation tasks::

// src/Controller/ProductController.php
Expand Down Expand Up @@ -454,7 +454,7 @@ to perform some basic validation tasks::
}
}

The following table summaries the mapping between Doctrine metadata and
The following table summarizes the mapping between Doctrine metadata and
the corresponding validation constraints:

+--------------------+-----------------------------------------------------------+-------------------------------------------------------------------------+
Expand Down
0