Opened 9 years ago
Closed 9 years ago
#14497 closed bug (duplicate)
index passed as first argument to iterator in each
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | core | Version: | 2.0.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is not expected behavior. When I call each, i mean to iterate over the items in the collection, not their indices. If I wanted to access the index, I would expect it as the second argument to the iterator.
Change History (1)
comment:1 Changed 9 years ago by
Component: | unfiled → core |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #12566.