We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e74d26 commit 005ad02Copy full SHA for 005ad02
components/type_info.rst
@@ -37,8 +37,8 @@ to the :class:`Symfony\\Component\\TypeInfo\\Type` static methods as following::
37
Type::list(Type::bool());
38
Type::intersection(Type::object(\Stringable::class), Type::object(\Iterator::class));
39
40
- // Many others are available and can be
41
- // found in Symfony\Component\TypeInfo\TypeFactoryTrait
+Many others methods are available and can be found
+in :class:`Symfony\\Component\\TypeInfo\\TypeFactoryTrait`.
42
43
Resolvers
44
~~~~~~~~~
0 commit comments