Skip to content

Adds Transport interface #70

Adds Transport interface

Adds Transport interface #70

Triggered via pull request November 22, 2024 18:04
Status Failure
Total duration 1m 52s
Billable time 4m
Artifacts

continuous-integration.yml

on: pull_request
install-dependencies
19s
install-dependencies
Fit to window
Zoom out
Zoom in

Annotations

10 errors
static-analyser-check: src/Core/Transport/Model/Message.php#L11
PHPDoc tag @Property has invalid value ($content): Unexpected token "$content", expected type at offset 127
static-analyser-check: src/Core/Transport/Model/Message.php#L11
PHPDoc tag @Property has invalid value ($messageId): Unexpected token "$messageId", expected type at offset 103
static-analyser-check: src/Core/Transport/Model/SystemTransportConfig.php#L26
Property App\Core\Transport\Model\SystemTransportConfig::$key is never read, only written.
static-analyser-check: src/Core/Transport/Model/SystemTransportConfig.php#L38
Property App\Core\Transport\Model\SystemTransportConfig::$title is never written, only read.
static-analyser-check: src/Core/Transport/Model/SystemTransportConfig.php#L52
Property App\Core\Transport\Model\SystemTransportConfig::$vendorSpecifcConfig type has no value type specified in iterable type array.
static-analyser-check: src/Core/Transport/Model/SystemTransportConfig.php#L78
Method App\Core\Transport\Model\SystemTransportConfig::getVendorSpecifcConfig() return type has no value type specified in iterable type array.
static-analyser-check: src/Core/Transport/Model/SystemTransportConfig.php#L86
Method App\Core\Transport\Model\SystemTransportConfig::setVendorSpecificConfig() has parameter $vendorSpecifcConfig with no value type specified in iterable type array.
static-analyser-check: src/Core/Transport/Model/UserTransportConfig.php#L7
Method App\Core\Transport\Model\UserTransportConfig::__construct() has parameter $vendorSpecificConfig with no value type specified in iterable type array.
static-analyser-check
Process completed with exit code 1.
lint
Process completed with exit code 128.