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 2364099 commit ccfe1feCopy full SHA for ccfe1fe
1 file changed
reference/constraints/Xml.rst
@@ -12,13 +12,12 @@ Validator :class:`Symfony\\Component\\Validator\\Constraints\\XmlValidator`
12
13
.. versionadded:: 8.1
14
15
- Validates that a value has valid `XML`_ syntax. Optionally, it can also
16
- validate the content against an XSD schema.
+ The Xml constraint was introduced in Symfony 8.1.
17
18
Basic Usage
19
-----------
20
21
-The ``Xml`` constraint can be applied to a property or a "getter" method:
+The ``Xml`` constraint can be applied to a property or a getter method:
22
23
.. configuration-block::
24
0 commit comments