Skip to content

[FAU-418] Implement live search in the degree programs overview form #41

[FAU-418] Implement live search in the degree programs overview form

[FAU-418] Implement live search in the degree programs overview form #41

Triggered via pull request May 24, 2024 07:12
@zhyianzhyian
synchronize #30
FAU-418
Status Failure
Total duration 28s
Artifacts

quality-assurance-php.yml

on: pull_request
coding-standards-analysis-php  /  coding-standards-php
16s
coding-standards-analysis-php / coding-standards-php
static-code-analysis-php  /  static-analysis-php
17s
static-code-analysis-php / static-analysis-php
Matrix: lint-php
Matrix: tests-unit-php
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

9 errors
MixedReturnTypeCoercion: src/Infrastructure/RestApi/RestApiModule.php#L19
src/Infrastructure/RestApi/RestApiModule.php:19:33: MixedReturnTypeCoercion: The declared return type 'array<string, callable(Psr\Container\ContainerInterface):mixed>' for Fau\DegreeProgram\Output\Infrastructure\RestApi\RestApiModule::services is more specific than the inferred return type 'non-empty-array<array-key, impure-Closure(Psr\Container\ContainerInterface):mixed>' (see https://psalm.dev/197)
MixedArrayOffset: src/Infrastructure/RestApi/RestApiModule.php#L21
src/Infrastructure/RestApi/RestApiModule.php:21:16: MixedArrayOffset: Cannot create mixed offset – expecting array-key (see https://psalm.dev/031)
MixedReturnTypeCoercion: src/Infrastructure/RestApi/RestApiModule.php#L21
src/Infrastructure/RestApi/RestApiModule.php:21:16: MixedReturnTypeCoercion: The type 'non-empty-array<array-key, impure-Closure(Psr\Container\ContainerInterface):mixed>' is more general than the declared return type 'array<string, callable(Psr\Container\ContainerInterface):mixed>' for Fau\DegreeProgram\Output\Infrastructure\RestApi\RestApiModule::services (see https://psalm.dev/197)
UndefinedClass: src/Infrastructure/RestApi/RestApiModule.php#L22
src/Infrastructure/RestApi/RestApiModule.php:22:13: UndefinedClass: Class, interface or enum named Fau\DegreeProgram\Common\Infrastructure\RestApi\TranslatedDegreeProgramController does not exist (see https://psalm.dev/019)
UndefinedClass: src/Infrastructure/RestApi/RestApiModule.php#L22
src/Infrastructure/RestApi/RestApiModule.php:22:105: UndefinedClass: Class, interface or enum named Fau\DegreeProgram\Common\Infrastructure\RestApi\TranslatedDegreeProgramController does not exist (see https://psalm.dev/019)
UndefinedClass: src/Infrastructure/RestApi/RestApiModule.php#L31
src/Infrastructure/RestApi/RestApiModule.php:31:62: UndefinedClass: Class, interface or enum named Fau\DegreeProgram\Common\Infrastructure\RestApi\TranslatedDegreeProgramController does not exist (see https://psalm.dev/019)
MixedArgument: src/Infrastructure/RestApi/RestApiModule.php#L31
src/Infrastructure/RestApi/RestApiModule.php:31:62: MixedArgument: Argument 1 of Psr\Container\ContainerInterface::get cannot be mixed, expecting string (see https://psalm.dev/030)
MixedMethodCall: src/Infrastructure/RestApi/RestApiModule.php#L36
src/Infrastructure/RestApi/RestApiModule.php:36:53: MixedMethodCall: Cannot determine the type of $translatedDegreeProgramController when calling method register_routes (see https://psalm.dev/015)
static-code-analysis-php / static-analysis-php
Process completed with exit code 2.