diff --git a/reference/constraints/_php7-string-and-number.rst.inc b/reference/constraints/_php7-string-and-number.rst.inc index 6da43da6378..3d19f2eb0d3 100644 --- a/reference/constraints/_php7-string-and-number.rst.inc +++ b/reference/constraints/_php7-string-and-number.rst.inc @@ -3,4 +3,4 @@ When using PHP 7.x, if the value is a string (e.g. ``1234asd``), the validator will not trigger an error. In this case, you must also use the :doc:`Type constraint ` with - ``numeric``, ``integer`, etc. to reject strings. + ``numeric``, ``integer``, etc. to reject strings.