Adds Transport interface #70
Annotations
9 errors
Run Static Analyser (PHPStan):
src/Core/Transport/Model/Message.php#L11
PHPDoc tag @Property has invalid value ($content): Unexpected token "$content", expected type at offset 127
|
Run Static Analyser (PHPStan):
src/Core/Transport/Model/Message.php#L11
PHPDoc tag @Property has invalid value ($messageId): Unexpected token "$messageId", expected type at offset 103
|
Run Static Analyser (PHPStan):
src/Core/Transport/Model/SystemTransportConfig.php#L26
Property App\Core\Transport\Model\SystemTransportConfig::$key is never read, only written.
|
Run Static Analyser (PHPStan):
src/Core/Transport/Model/SystemTransportConfig.php#L38
Property App\Core\Transport\Model\SystemTransportConfig::$title is never written, only read.
|
Run Static Analyser (PHPStan):
src/Core/Transport/Model/SystemTransportConfig.php#L52
Property App\Core\Transport\Model\SystemTransportConfig::$vendorSpecifcConfig type has no value type specified in iterable type array.
|
Run Static Analyser (PHPStan):
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.
|
Run Static Analyser (PHPStan):
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.
|
Run Static Analyser (PHPStan):
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.
|
Run Static Analyser (PHPStan)
Process completed with exit code 1.
|
Loading