We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40ae80 commit 80fda5fCopy full SHA for 80fda5f
UPGRADING
@@ -274,6 +274,13 @@ PHP 8.2 UPGRADE NOTES
274
13. Other Changes
275
========================================
276
277
+- Core:
278
+ . The iterable type is now a built-in compile time alias for array|Traversable.
279
+ Error messages relating to iterable will therefore now use array|Traversable.
280
+ Type Reflection is preserved for single iterable (and ?iterable) to produce
281
+ a ReflectionNamedType with name iterable, however usage of iterable in
282
+ union types will be converted to array|Traversable
283
+
284
285
14. Performance Improvements
286
0 commit comments