8000 minor #9967 Add iterable to the Type constraint (dunglas) · symfony/symfony-docs@1a62f56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a62f56

Browse files
committed
minor #9967 Add iterable to the Type constraint (dunglas)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #9967). Discussion ---------- Add iterable to the Type constraint <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- a1a12b6 Add iterable to the Type constraint
2 parents ef86e5c + a1a12b6 commit 1a62f56

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)
0