Skip to content

Commit bbaa8d7

Browse files
committed
Fix double is
1 parent 752c1f2 commit bbaa8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ type
184184
in Symfony 4.4.
185185

186186
This required option defines the type or collection of types allowed for the
187-
given value. Each type is is either the FQCN (fully qualified class name) of some
187+
given value. Each type is either the FQCN (fully qualified class name) of some
188188
PHP class/interface or a valid PHP datatype (checked by PHP's ``is_()`` functions):
189189

190190
* :phpfunction:`array <is_array>`

0 commit comments

Comments
 (0)