From 8097eb989d85ad9c05889324396452bec61a98c3 Mon Sep 17 00:00:00 2001 From: fmata Date: Sun, 15 Apr 2018 12:21:36 +0200 Subject: [PATCH] Update property_info.rst --- components/property_info.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/property_info.rst b/components/property_info.rst index e5bf0d2ff00..0bef394c025 100644 --- a/components/property_info.rst +++ b/components/property_info.rst @@ -285,7 +285,7 @@ Type::getBuiltInType() The :method:`Type::getBuiltinType() ` method will return the built-in PHP data type, which can be one of 9 possible string values: ``array``, ``bool``, ``callable``, ``float``, ``int``, ``null``, -``object``, ``resource`` or ``string``. +``object``, ``resource``, ``string`` or ``iterable``. Constants inside the :class:`Symfony\\Component\\PropertyInfo\\Type` class, in the form ``Type::BUILTIN_TYPE_*``, are provided for convenience.