Skip to content
Closed
Changes from 1 commit
Commits
File filter

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
versionadded
  • Loading branch information
dunglas committed Mar 11, 2019
commit 0d68e500ff300026a3de414b2c4fec0bc10ce9e6
4 changes: 4 additions & 0 deletions doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,10 @@ Because :doc:`the Form component </forms>` as well as `API Platform`_
internally use the Validator Component, all your forms
and web APIs will also automatically benefit from these default constraints.

.. versionadded:: 4.3

The automatic validation has been added in Symfony 4.3.

.. tip::

Don't forget to add :doc:`more precise validation constraints </reference/constraints>`
Expand Down