Skip to content

Commit 8097eb9

Browse files
authored
Update property_info.rst
1 parent 51f72ff commit 8097eb9

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)