Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8097eb9

Browse filesBrowse files
authored
Update property_info.rst
1 parent 51f72ff commit 8097eb9
Copy full SHA for 8097eb9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎components/property_info.rst

Copy file name to clipboardExpand all lines: components/property_info.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.