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
chore: Improve typing information (#61)
Main points of attention: `ImmutableCollectionInterface`;
- `@implements \IteratorAggregate<TKey, T>` -> `@extends \IteratorAggregate<TKey, T>`
- `@implements \ArrayAccess<TKey, T>` -> `@extends \ArrayAccess<TKey, T>`
This change should help to resolve type information when iterating over
collections.
chore!: Remove valinor annotations (#56)
These are no longer used upstream. Removing valinor here will ease the
dependency graph and allow upstream services/packages to define the version
to use.