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 f1937bb commit 494b550Copy full SHA for 494b550
reference/constraints/Charset.rst
@@ -5,7 +5,8 @@ Charset
5
6
The ``Charset`` constraint was introduced in Symfony 7.1.
7
8
-Validates that a string is encoded in a given charset.
+Validates that a string (or an object implementing the ``\Stringable`` PHP interface)
9
+is encoded in a given charset.
10
11
========== =====================================================================
12
Applies to :ref:`property or method <validation-property-target>`
0 commit comments