All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Collection
PHPDoc now correctly states that it extendsIteratorAggregate
, rather than justTraversable
.
- Implement ArrayAccess consistently
- Return types were incorrectly nullable in some cases
- Deque capacity was inconsistent with the extension
- Minor capacity updates
Stack
andQueue
array access should throwOutOfBoundsException
, notError
.
- Added a lot of docblock comments that were missing.
Pair::copy
Set::merge
Map::putAll