Skip to content

Commit 005ad02

Browse files
committed
refer TypeFactoryTrait to github file
1 parent 0e74d26 commit 005ad02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/type_info.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ to the :class:`Symfony\\Component\\TypeInfo\\Type` static methods as following::
3737
Type::list(Type::bool());
3838
Type::intersection(Type::object(\Stringable::class), Type::object(\Iterator::class));
3939

40-
// Many others are available and can be
41-
// found in Symfony\Component\TypeInfo\TypeFactoryTrait
40+
Many others methods are available and can be found
41+
in :class:`Symfony\\Component\\TypeInfo\\TypeFactoryTrait`.
4242

4343
Resolvers
4444
~~~~~~~~~

0 commit comments

Comments
 (0)