Skip to content

Commit a1a12b6

Browse files
dunglasjaviereguiluz
authored andcommitted
Add iterable to the Type constraint
1 parent ef86e5c commit a1a12b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reference/constraints/Type.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ datatypes as determined by PHP's ``is_()`` functions.
125125
* :phpfunction:`double <is_double>`
126126
* :phpfunction:`int <is_int>`
127127
* :phpfunction:`integer <is_integer>`
128+
* :phpfunction:`iterable <is_iterable>`
128129
* :phpfunction:`long <is_long>`
129130
* :phpfunction:`null <is_null>`
130131
* :phpfunction:`numeric <is_numeric>`

0 commit comments

Comments
 (0)