Skip to content

Commit ccfe1fe

Browse files
committed
Minor tweak
1 parent 2364099 commit ccfe1fe

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

reference/constraints/Xml.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ Validator :class:`Symfony\\Component\\Validator\\Constraints\\XmlValidator`
1212

1313
.. versionadded:: 8.1
1414

15-
Validates that a value has valid `XML`_ syntax. Optionally, it can also
16-
validate the content against an XSD schema.
15+
The Xml constraint was introduced in Symfony 8.1.
1716

1817
Basic Usage
1918
-----------
2019

21-
The ``Xml`` constraint can be applied to a property or a "getter" method:
20+
The ``Xml`` constraint can be applied to a property or a getter method:
2221

2322
.. configuration-block::
2423

0 commit comments

Comments
 (0)