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

feat: Added DVSA Address Service module & general improvements #655

feat: Added DVSA Address Service module & general improvements

feat: Added DVSA Address Service module & general improvements #655

Triggered via pull request July 23, 2024 15:09
Status Failure
Total duration 2m 51s
Artifacts

ci.yaml

on: pull_request
security  /  Snyk PHP Scan
29s
security / Snyk PHP Scan
static-analysis  /  PHPStan - 8.2
2m 40s
static-analysis / PHPStan - 8.2
static-analysis  /  PHP-CodeSniffer - 8.2
1m 2s
static-analysis / PHP-CodeSniffer - 8.2
static-analysis  /  Psalm - 8.2
1m 34s
static-analysis / Psalm - 8.2
Matrix: tests / tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 3 warnings
tests / PHP test 8.2
Process completed with exit code 2.
static-analysis / PHP-CodeSniffer - 8.2
Process completed with exit code 2.
UndefinedDocblockClass: module/Address/src/Service/Address.php#L23
module/Address/src/Service/Address.php:23:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named Dvsa\Olcs\Address\Service\Dvsa\Olcs\DvsaAddressService\Model\Address does not exist (see https://psalm.dev/200)
UndefinedClass: module/Api/src/Domain/CommandHandler/AbstractCommandHandler.php#L170
module/Api/src/Domain/CommandHandler/AbstractCommandHandler.php:170:30: UndefinedClass: Class, interface or enum named Dvsa\Olcs\Address\Service\AddressServiceAwareInterface does not exist (see https://psalm.dev/019)
UndefinedClass: module/Api/src/Domain/QueryHandler/AbstractQueryHandler.php#L278
module/Api/src/Domain/QueryHandler/AbstractQueryHandler.php:278:30: UndefinedClass: Class, interface or enum named Dvsa\Olcs\Address\Service\AddressServiceAwareInterface does not exist (see https://psalm.dev/019)
static-analysis / Psalm - 8.2
Process completed with exit code 2.
static-analysis / PHPStan - 8.2: module/Api/src/Domain/CommandHandler/AbstractCommandHandler.php#L170
Class Dvsa\Olcs\Address\Service\AddressServiceAwareInterface not found.
static-analysis / PHPStan - 8.2: module/Api/src/Domain/CommandHandler/AbstractCommandHandler.php#L171
Call to method setAddressService() on an unknown class Dvsa\Olcs\Address\Service\AddressServiceAwareInterface.
static-analysis / PHPStan - 8.2: module/Api/src/Domain/QueryHandler/AbstractQueryHandler.php#L278
Class Dvsa\Olcs\Address\Service\AddressServiceAwareInterface not found.
static-analysis / PHPStan - 8.2: module/Api/src/Domain/QueryHandler/AbstractQueryHandler.php#L279
Call to method setAddressService() on an unknown class Dvsa\Olcs\Address\Service\AddressServiceAwareInterface.
static-analysis / PHPStan - 8.2
Process completed with exit code 1.
security / Snyk PHP Scan
The following actions uses Node.js version which is deprecated and will be forced to run on node20: github/codeql-action/upload-sarif@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
security / Snyk PHP Scan
Unexpected input(s) 'owner', 'repo', 'graphqlEndpoint', 'token', valid inputs are ['query', 'mediaType', 'variables']
security / Snyk PHP Scan
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/