File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## Unreleased
6+ ### Fixed
7+ - ` Collection ` PHPDoc now correctly states that it extends ` IteratorAggregate ` , rather than just ` Traversable ` .
8+
9+ ## [ 1.4.1] - 2022-03-09
10+
11+ ## [ 1.4.0] - 2021-11-17
12+
513## [ 1.3.0] - 2020-10-13
614### Changed
715- Implement ArrayAccess consistently
Original file line number Diff line number Diff line change 1010 *
1111 * @template-covariant TKey
1212 * @template-covariant TValue
13- * @extends Traversable <TKey, TValue>
13+ * @extends \IteratorAggregate <TKey, TValue>
1414 */
1515interface Collection extends \IteratorAggregate, \Countable, \JsonSerializable
1616{
You can’t perform that action at this time.
0 commit comments