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 cca24a6

Browse filesBrowse 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
Copy full SHA for cca24a6

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.