command bus #4892
Annotations
5 errors and 1 warning
psalm:
src/CommandBus/Handler/CreateAggregateHandler.php#L32
src/CommandBus/Handler/CreateAggregateHandler.php:32:17: InvalidOperand: Cannot use spread operator on iterable with key type mixed (see https://psalm.dev/058)
|
psalm:
src/CommandBus/Handler/UpdateAggregateHandler.php#L37
src/CommandBus/Handler/UpdateAggregateHandler.php:37:17: InvalidOperand: Cannot use spread operator on iterable with key type mixed (see https://psalm.dev/058)
|
psalm:
tests/Unit/CommandBus/AggregateHandlerProviderTest.php#L157
tests/Unit/CommandBus/AggregateHandlerProviderTest.php:157:36: InvalidArrayAccess: Cannot access array value on non-array variable $result of type iterable<mixed, Patchlevel\EventSourcing\CommandBus\HandlerDescriptor> (see https://psalm.dev/005)
|
psalm:
tests/Unit/CommandBus/AggregateHandlerProviderTest.php#L157
tests/Unit/CommandBus/AggregateHandlerProviderTest.php:157:48: MixedMethodCall: Cannot determine the type of $result[0] when calling method callable (see https://psalm.dev/015)
|
psalm
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading