Skip to content

Set channel name to a newly created adapter in QueueFactory #1000

Set channel name to a newly created adapter in QueueFactory

Set channel name to a newly created adapter in QueueFactory #1000

Triggered via pull request August 25, 2024 11:56
Status Failure
Total duration 43s
Artifacts

static.yml

on: pull_request
Matrix: psalm / psalm
Fit to window
Zoom out
Zoom in

Annotations

9 errors
MissingClassConstType: src/Cli/SignalLoop.php#L12
src/Cli/SignalLoop.php:12:21: MissingClassConstType: Class constant "Yiisoft\Queue\Cli\SignalLoop::SIGNALS_EXIT" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Cli/SignalLoop.php#L14
src/Cli/SignalLoop.php:14:21: MissingClassConstType: Class constant "Yiisoft\Queue\Cli\SignalLoop::SIGNALS_SUSPEND" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Cli/SignalLoop.php#L16
src/Cli/SignalLoop.php:16:21: MissingClassConstType: Class constant "Yiisoft\Queue\Cli\SignalLoop::SIGNALS_RESUME" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Enum/JobStatus.php#L11
src/Enum/JobStatus.php:11:24: MissingClassConstType: Class constant "Yiisoft\Queue\Enum\JobStatus::WAITING" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Enum/JobStatus.php#L12
src/Enum/JobStatus.php:12:24: MissingClassConstType: Class constant "Yiisoft\Queue\Enum\JobStatus::RESERVED" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Enum/JobStatus.php#L13
src/Enum/JobStatus.php:13:24: MissingClassConstType: Class constant "Yiisoft\Queue\Enum\JobStatus::DONE" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Message/EnvelopeInterface.php#L12
src/Message/EnvelopeInterface.php:12:18: MissingClassConstType: Class constant "Yiisoft\Queue\Message\EnvelopeInterface::ENVELOPE_STACK_KEY" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/QueueFactoryInterface.php#L11
src/QueueFactoryInterface.php:11:18: MissingClassConstType: Class constant "Yiisoft\Queue\QueueFactoryInterface::DEFAULT_CHANNEL_NAME" should have a declared type. (see https://psalm.dev/359)
psalm / PHP 8.3-ubuntu-latest
Process completed with exit code 2.