Commit 8cf66cbc authored by Jérôme Tamarelle's avatar Jérôme Tamarelle

Improve validator provider doc

parent 9acfa332
...@@ -70,8 +70,11 @@ method:: ...@@ -70,8 +70,11 @@ method::
} }
}); });
Validating Arrays Validating Associative Arrays
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Validating associative arrays is like validating simple values, with a
collection of constraints::
use Symfony\Component\Validator\Constraints as Assert; use Symfony\Component\Validator\Constraints as Assert;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment