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 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
13
## [ 1.3.0] - 2020-10-13
6
14
### Changed
7
15
- Implement ArrayAccess consistently
Original file line number Diff line number Diff line change 10
10
*
11
11
* @template-covariant TKey
12
12
* @template-covariant TValue
13
- * @extends Traversable <TKey, TValue>
13
+ * @extends \IteratorAggregate <TKey, TValue>
14
14
*/
15
15
interface Collection extends \IteratorAggregate, \Countable, \JsonSerializable
16
16
{
You can’t perform that action at this time.
0 commit comments