Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

fix: redesign query handlers for conversations #21

fix: redesign query handlers for conversations

fix: redesign query handlers for conversations #21

Triggered via pull request December 21, 2023 09:44
Status Failure
Total duration 9m 38s
Artifacts

ci.yaml

on: pull_request
security  /  Snyk PHP Scan
22s
security / Snyk PHP Scan
static-analysis  /  PHPStan - 7.4
9m 29s
static-analysis / PHPStan - 7.4
static-analysis  /  PHP-CodeSniffer - 7.4
1m 3s
static-analysis / PHP-CodeSniffer - 7.4
static-analysis  /  Psalm - 7.4
1m 32s
static-analysis / Psalm - 7.4
Matrix: tests / tests
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 2 warnings
tests / PHP test 7.4
Process completed with exit code 2.
static-analysis / PHP-CodeSniffer - 7.4
Process completed with exit code 2.
MissingFile: init_autoloader.php#L4
init_autoloader.php:4:15: MissingFile: Cannot find file /home/runner/work/olcs-backend/olcs-backend/vendor/olcs/autoload/autoload.php to include (see https://psalm.dev/107)
NoValue: module/Address/src/Service/Address.php#L55
module/Address/src/Service/Address.php:55:44: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
UndefinedClass: module/Api/config/module.config.php#L184
module/Api/config/module.config.php:184:40: UndefinedClass: Class, interface or enum named Dvsa\Olcs\Api\Service\CompaniesHouseService does not exist (see https://psalm.dev/019)
UndefinedClass: module/Api/config/module.config.php#L240
module/Api/config/module.config.php:240:13: UndefinedClass: Class, interface or enum named Dvsa\Olcs\Api\Service\Nysiis\NysiisSoapClient does not exist (see https://psalm.dev/019)
UndefinedClass: module/Api/config/module.config.php#L240
module/Api/config/module.config.php:240:54: UndefinedClass: Class, interface or enum named Dvsa\Olcs\Api\Service\Nysiis\NysiisSoapClientFactory does not exist (see https://psalm.dev/019)
UndefinedClass: module/Api/config/module.config.php#L247
module/Api/config/module.config.php:247:34: UndefinedClass: Class, interface or enum named Dvsa\Olcs\Api\Service\Template\TemplateFetcher does not exist (see https://psalm.dev/019)
DuplicateArrayKey: module/Api/config/query-map.config.php#L427
module/Api/config/query-map.config.php:427:5: DuplicateArrayKey: Key 'Dvsa\Olcs\Transfer\Query\InspectionRequest\OperatingCentres' already exists on array (see https://psalm.dev/151)
UndefinedClass: module/Api/config/query-map.config.php#L455
module/Api/config/query-map.config.php:455:5: UndefinedClass: Class, interface or enum named Dvsa\Olcs\Transfer\Query\CompaniesHouse\GetList does not exist (see https://psalm.dev/019)
UndefinedClass: module/Api/config/query-map.config.php#L455
module/Api/config/query-map.config.php:455:52: UndefinedClass: Class, interface or enum named Dvsa\Olcs\Api\Domain\QueryHandler\CompaniesHouse\GetList does not exist (see https://psalm.dev/019)
UndefinedClass: module/Api/config/query-map.config.php#L731
module/Api/config/query-map.config.php:731:5: UndefinedClass: Class, interface or enum named Dvsa\Olcs\Transfer\Query\Messaging\Conversations\ByLicence does not exist (see https://psalm.dev/019)
static-analysis / PHPStan - 7.4: module/Api/config/module.config.php#L184
Class Dvsa\Olcs\Api\Service\CompaniesHouseService not found.
static-analysis / PHPStan - 7.4: module/Api/config/module.config.php#L240
Class Dvsa\Olcs\Api\Service\Nysiis\NysiisSoapClient not found.
static-analysis / PHPStan - 7.4: module/Api/config/module.config.php#L240
Class Dvsa\Olcs\Api\Service\Nysiis\NysiisSoapClientFactory not found.
static-analysis / PHPStan - 7.4: module/Api/config/module.config.php#L247
Class Dvsa\Olcs\Api\Service\Template\TemplateFetcher not found.
static-analysis / PHPStan - 7.4: module/Api/config/query-map.config.php#L412
Array has 2 duplicate keys with value 'Dvsa\\Olcs\\Transfer\\Query\\InspectionRequest\\OperatingCentres' (\Dvsa\Olcs\Transfer\Query\InspectionRequest\OperatingCentres::class, \Dvsa\Olcs\Transfer\Query\InspectionRequest\OperatingCentres::class).
static-analysis / PHPStan - 7.4: module/Api/config/query-map.config.php#L455
Class Dvsa\Olcs\Api\Domain\QueryHandler\CompaniesHouse\GetList not found.
static-analysis / PHPStan - 7.4: module/Api/config/query-map.config.php#L455
Class Dvsa\Olcs\Transfer\Query\CompaniesHouse\GetList not found.
static-analysis / PHPStan - 7.4: module/Api/config/query-map.config.php#L731
Class Dvsa\Olcs\Transfer\Query\Messaging\Conversations\ByLicence not found.
static-analysis / PHPStan - 7.4: module/Api/config/query-map.config.php#L732
Class Dvsa\Olcs\Transfer\Query\Messaging\Conversations\ByApplicationToLicence not found.
static-analysis / PHPStan - 7.4: module/Api/config/validation-map.config.php#L9
Class Dvsa\Olcs\Api\Domain\QueryHandler\CompaniesHouse\GetList not found.
static-analysis / PHP-CodeSniffer - 7.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
static-analysis / Psalm - 7.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/