Skip to content

Commit e01de12

Browse files
committed
minor #12424 Fix double 'is' (hiddewie)
This PR was merged into the 4.4 branch. Discussion ---------- Fix double 'is' Problem was introduced in 4.4 branch. Linter failed. Commits ------- bbaa8d7 Fix double is
2 parents 752c1f2 + bbaa8d7 commit e01de12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Type.rst

+1-1
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)