Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitcca24a6

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 supportedsymfony/symfony#24571 introduced `iterable` type but the doc has not been updated.Commits-------8097eb9 Update property_info.rst
2 parents51f72ff +8097eb9 commitcca24a6

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)

[8]ページ先頭

©2009-2025 Movatter.jp