add in memory event store #3834
Annotations
3 errors
src/Store/InMemoryStore.php#L61
src/Store/InMemoryStore.php:61:32: ArgumentTypeCoercion: Argument 1 of Patchlevel\EventSourcing\Store\ArrayStream::__construct expects array<int<0, max>, Patchlevel\EventSourcing\Message\Message<object>>, but parent type array<int, Patchlevel\EventSourcing\Message\Message<object>> provided (see https://psalm.dev/193)
|
src/Store/InMemoryStore.php#L71
src/Store/InMemoryStore.php:71:20: PropertyTypeCoercion: $this->messages expects 'list<Patchlevel\EventSourcing\Message\Message>', parent type 'array<array-key, Patchlevel\EventSourcing\Message\Message|Patchlevel\EventSourcing\Message\Message<object>>' provided (see https://psalm.dev/198)
|
|
This job failed
Loading