Added <literal>iterable</literal> to the list of type declarations that may be used in function arguments/return values, as introduced in 7.1.0.

-- 
Provided by anonymous 82584 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342597 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jean-Sebastien Hedde 2017-06-16 11:50:03 +00:00
parent 7de2b98d82
commit db1dd771e1

View file

@ -450,6 +450,13 @@ Making a bowl of acidophilus raspberry.
</entry>
<entry>PHP 7.0.0</entry>
</row>
<row>
<entry><literal>iterable</literal></entry>
<entry>
The parameter must be either an <type>array</type> or an &instanceof; <classname>Traversable</classname>.
</entry>
<entry>PHP 7.1.0</entry>
</row>
</tbody>
</tgroup>
</informaltable>