We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25feb90 + 02e88f1 commit bfdf56eCopy full SHA for bfdf56e
reference/constraints/_php7-string-and-number.rst.inc
@@ -3,4 +3,4 @@
3
When using PHP 7.x, if the value is a string (e.g. ``1234asd``), the validator
4
will not trigger an error. In this case, you must also use the
5
:doc:`Type constraint </reference/constraints/Type>` with
6
- ``numeric``, ``integer`, etc. to reject strings.
+ ``numeric``, ``integer``, etc. to reject strings.
0 commit comments