From 24ad4313e5d896e8a837583513781203f5d49ff6 Mon Sep 17 00:00:00 2001 From: Therage Kevin <35264408+ktherage@users.noreply.github.com> Date: Fri, 4 Oct 2019 13:11:55 +0200 Subject: [PATCH] Highlighting possibilty to use FQCN as type value. --- reference/constraints/Type.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/constraints/Type.rst b/reference/constraints/Type.rst index 1bdd49519ca..13714d59b7c 100644 --- a/reference/constraints/Type.rst +++ b/reference/constraints/Type.rst @@ -106,6 +106,10 @@ This will check if ``firstName`` is of type ``string`` and that ``age`` is an } } +.. tip:: + + Type value can be class's or interface's fully qualified class name + Options -------