Skip to content

Commit c9fd224

Browse files
committed
Minor reword
1 parent cca24a6 commit c9fd224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/property_info.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ Type::getBuiltInType()
283283
~~~~~~~~~~~~~~~~~~~~~~
284284

285285
The :method:`Type::getBuiltinType() <Symfony\\Component\\PropertyInfo\\Type::getBuiltinType>`
286-
method will return the built-in PHP data type, which can be one of 9 possible
287-
string values: ``array``, ``bool``, ``callable``, ``float``, ``int``, ``null``,
288-
``object``, ``resource``, ``string`` or ``iterable``.
286+
method returns the built-in PHP data type, which can be one of these
287+
string values: ``array``, ``bool``, ``callable``, ``float``, ``int``,
288+
``iterable``, ``null``, ``object``, ``resource`` or ``string``.
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)