Skip to content

Lock file maintenance #199

Lock file maintenance

Lock file maintenance #199

Triggered via pull request March 12, 2024 04:15
Status Failure
Total duration 57s
Artifacts

continuous-integration.yml

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

Annotations

10 errors
MixedAssignment: src/AuthenticationMiddlewareFactory.php#L14
src/AuthenticationMiddlewareFactory.php:14:9: MixedAssignment: Unable to determine the type that $authentication is being assigned to (see https://psalm.dev/032)
MixedArgument: src/AuthenticationMiddlewareFactory.php#L26
src/AuthenticationMiddlewareFactory.php:26:45: MixedArgument: Argument 1 of Mezzio\Authentication\AuthenticationMiddleware::__construct cannot be mixed, expecting Mezzio\Authentication\AuthenticationInterface (see https://psalm.dev/030)
MixedArgumentTypeCoercion: src/DefaultUserFactory.php#L24
src/DefaultUserFactory.php:24:47: MixedArgumentTypeCoercion: Argument 2 of Mezzio\Authentication\DefaultUser::__construct expects array<int|string, string>, but parent type array<array-key, mixed> provided (see https://psalm.dev/194)
MixedArgumentTypeCoercion: src/DefaultUserFactory.php#L24
src/DefaultUserFactory.php:24:55: MixedArgumentTypeCoercion: Argument 3 of Mezzio\Authentication\DefaultUser::__construct expects array<string, mixed>, but parent type array<array-key, mixed> provided (see https://psalm.dev/194)
MixedArgumentTypeCoercion: src/UserRepository/Htpasswd.php#L61
src/UserRepository/Htpasswd.php:61:44: MixedArgumentTypeCoercion: Argument 2 expects array<int|string, string>, but parent type array<array-key, mixed> provided (see https://psalm.dev/194)
MixedArgumentTypeCoercion: src/UserRepository/Htpasswd.php#L61
src/UserRepository/Htpasswd.php:61:52: MixedArgumentTypeCoercion: Argument 3 expects array<string, mixed>, but parent type array<array-key, mixed> provided (see https://psalm.dev/194)
PossiblyNullArgument: src/UserRepository/Htpasswd.php#L88
src/UserRepository/Htpasswd.php:88:56: PossiblyNullArgument: Argument 2 of password_verify cannot be null, possibly null value provided (see https://psalm.dev/078)
MixedAssignment: src/UserRepository/HtpasswdFactory.php#L24
src/UserRepository/HtpasswdFactory.php:24:9: MixedAssignment: Unable to determine the type that $authConfig is being assigned to (see https://psalm.dev/032)
MixedAssignment: src/UserRepository/HtpasswdFactory.php#L27
src/UserRepository/HtpasswdFactory.php:27:9: MixedAssignment: Unable to determine the type that $htpasswd is being assigned to (see https://psalm.dev/032)
MixedArrayAccess: src/UserRepository/HtpasswdFactory.php#L27
src/UserRepository/HtpasswdFactory.php:27:21: MixedArrayAccess: Cannot access array value on mixed variable $authConfig (see https://psalm.dev/051)