Lock file maintenance #258
continuous-integration.yml
on: push
ci
/
Generate job matrix
7s
Matrix: ci / QA Checks
Annotations
10 errors
RedundantCondition:
src/Event.php#L97
src/Event.php:97:13: RedundantCondition: Type never for $params is never object (see https://psalm.dev/122)
|
TypeDoesNotContainType:
src/EventManager.php#L190
src/EventManager.php:190:17: TypeDoesNotContainType: Type never for $eventName is never object (see https://psalm.dev/056)
|
MixedArgument:
src/EventManager.php#L190
src/EventManager.php:190:17: MixedArgument: Argument 3 of sprintf cannot be mixed|string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
|
RedundantCondition:
src/EventManager.php#L190
src/EventManager.php:190:61: RedundantCondition: Type never for $eventName is never object (see https://psalm.dev/122)
|
TypeDoesNotContainType:
src/EventManager.php#L216
src/EventManager.php:216:17: TypeDoesNotContainType: Type never for $eventName is never object (see https://psalm.dev/056)
|
MixedArgument:
src/EventManager.php#L216
src/EventManager.php:216:17: MixedArgument: Argument 3 of sprintf cannot be mixed|string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
|
RedundantCondition:
src/EventManager.php#L216
src/EventManager.php:216:61: RedundantCondition: Type never for $eventName is never object (see https://psalm.dev/122)
|
TypeDoesNotContainType:
src/EventManagerAwareTrait.php#L41
src/EventManagerAwareTrait.php:41:17: TypeDoesNotContainType: Type never for $this->eventIdentifier is never !array<array-key, mixed> (see https://psalm.dev/056)
|
DocblockTypeContradiction:
src/EventManagerAwareTrait.php#L41
src/EventManagerAwareTrait.php:41:17: DocblockTypeContradiction: Docblock-defined type string for $this->eventIdentifier is never array<array-key, mixed> (see https://psalm.dev/155)
|
DocblockTypeContradiction:
src/EventManagerAwareTrait.php#L41
src/EventManagerAwareTrait.php:41:17: DocblockTypeContradiction: Docblock-defined type string for $this->eventIdentifier is never Traversable (see https://psalm.dev/155)
|