Skip to content

Lock file maintenance #392

Lock file maintenance

Lock file maintenance #392

Triggered via pull request November 27, 2023 04:47
Status Failure
Total duration 57s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
10s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
NoValue: src/ClassMethodsHydrator.php#L81
src/ClassMethodsHydrator.php:81:52: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
MixedArgumentTypeCoercion: src/Filter/FilterComposite.php#L127
src/Filter/FilterComposite.php:127:38: MixedArgumentTypeCoercion: Argument 1 of Laminas\Hydrator\Filter\FilterComposite::executeFilter expects Laminas\Hydrator\Filter\FilterInterface|callable, but parent type TValue:ArrayObject as mixed provided (see https://psalm.dev/194)
MixedArgumentTypeCoercion: src/Filter/FilterComposite.php#L142
src/Filter/FilterComposite.php:142:38: MixedArgumentTypeCoercion: Argument 1 of Laminas\Hydrator\Filter\FilterComposite::executeFilter expects Laminas\Hydrator\Filter\FilterInterface|callable, but parent type TValue:ArrayObject as mixed provided (see https://psalm.dev/194)
TypeDoesNotContainType: src/Strategy/BooleanStrategy.php#L35
src/Strategy/BooleanStrategy.php:35:17: TypeDoesNotContainType: Type never for $trueValue is never object (see https://psalm.dev/056)
MixedArgument: src/Strategy/BooleanStrategy.php#L35
src/Strategy/BooleanStrategy.php:35:17: MixedArgument: Argument 2 of sprintf cannot be mixed|string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
RedundantCondition: src/Strategy/BooleanStrategy.php#L35
src/Strategy/BooleanStrategy.php:35:61: RedundantCondition: Type never for $trueValue is never object (see https://psalm.dev/122)
TypeDoesNotContainType: src/Strategy/BooleanStrategy.php#L42
src/Strategy/BooleanStrategy.php:42:17: TypeDoesNotContainType: Type never for $falseValue is never object (see https://psalm.dev/056)
MixedArgument: src/Strategy/BooleanStrategy.php#L42
src/Strategy/BooleanStrategy.php:42:17: MixedArgument: Argument 2 of sprintf cannot be mixed|string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
RedundantCondition: src/Strategy/BooleanStrategy.php#L42
src/Strategy/BooleanStrategy.php:42:63: RedundantCondition: Type never for $falseValue is never object (see https://psalm.dev/122)
TypeDoesNotContainType: src/Strategy/BooleanStrategy.php#L62
src/Strategy/BooleanStrategy.php:62:17: TypeDoesNotContainType: Type never for $value is never object (see https://psalm.dev/056)