Skip to content

Commit 02e88f1

Browse files
Update _php7-string-and-number.rst.inc
1 parent 25feb90 commit 02e88f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/_php7-string-and-number.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
When using PHP 7.x, if the value is a string (e.g. ``1234asd``), the validator
44
will not trigger an error. In this case, you must also use the
55
:doc:`Type constraint </reference/constraints/Type>` with
6-
``numeric``, ``integer`, etc. to reject strings.
6+
``numeric``, ``integer``, etc. to reject strings.

0 commit comments

Comments
 (0)