We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545a114 commit 7082f42Copy full SHA for 7082f42
form/without_class.rst
@@ -101,7 +101,7 @@ but here's a short example:
101
If you are using validation groups, you need to either reference the
102
``Default`` group when creating the form, or set the correct group on
103
the constraint you are adding.
104
+
105
+ .. code-block:: php
106
-.. code-block:: php
-
107
- new NotBlank(array('groups' => array('create', 'update'))
+ new NotBlank(array('groups' => array('create', 'update')))
0 commit comments