Skip to content

Commit d97e75d

Browse files
committed
minor symfony#12419 Highlighting possibilty to use FQCN as type value. (ktherage)
This PR was submitted for the 4.3 branch but it was squashed and merged into the 3.4 branch instead (closes symfony#12419). Discussion ---------- Highlighting possibilty to use FQCN as type value. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 24ad431 Highlighting possibilty to use FQCN as type value.
2 parents 14541c5 + 24ad431 commit d97e75d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reference/constraints/Type.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ This will check if ``firstName`` is of type ``string`` and that ``age`` is an
106106
}
107107
}
108108
109+
.. tip::
110+
111+
Type value can be class's or interface's fully qualified class name
112+
109113
Options
110114
-------
111115

0 commit comments

Comments
 (0)