You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Sync-En] foreach: objects do not have to be Traversable (#3463)
Translation of php/doc-en#4535 (commit 0d9947f): any object can be iterated, so
the intro no longer restricts foreach to Traversable objects, the operand is a
value rather than an iterable, and a sentence states that an object is traversed
over its visible properties by default. EN-Revision updated.
0 commit comments