8000 minor #9600 [PropertyInfo] Complete the list of built-in types suppor… · symfony/symfony-docs@cca24a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit cca24a6

Browse files
committed
minor #9600 [PropertyInfo] Complete the list of built-in types supported (fmata)
This PR was merged into the 2.8 branch. Discussion ---------- [PropertyInfo] Complete the list of built-in types supported symfony/symfony#24571 introduced `iterable` type but the doc has not been updated. Commits ------- 8097eb9 Update property_info.rst
2 parents 51f72ff + 8097eb9 commit cca24a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/property_info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Type::getBuiltInType()
285285
The :method:`Type::getBuiltinType() <Symfony\\Component\\PropertyInfo\\Type::getBuiltinType>`
286286
method will return the built-in PHP data type, which can be one of 9 possible
287287
string values: ``array``, ``bool``, ``callable``, ``float``, ``int``, ``null``,
288-
``object``, ``resource`` or ``string``.
288+
``object``, ``resource``, ``string`` or ``iterable``.
289289

290290
Constants inside the :class:`Symfony\\Component\\PropertyInfo\\Type`
291291
class, in the form ``Type::BUILTIN_TYPE_*``, are provided for convenience.

0 commit comments

Comments
 (0)
0