Skip to content

Update UPGRADE.md

Update UPGRADE.md #994

Triggered via pull request May 24, 2024 13:27
Status Failure
Total duration 59s
Artifacts

static.yml

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

Annotations

10 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/Message/IdEnvelope.php#L14
src/Message/IdEnvelope.php:14:18: MissingClassConstType: Class constant "Yiisoft\Queue\Message\IdEnvelope::MESSAGE_ID_KEY" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Middleware/FailureHandling/FailureMiddlewareDispatcher.php#L11
src/Middleware/FailureHandling/FailureMiddlewareDispatcher.php:11:18: MissingClassConstType: Class constant "Yiisoft\Queue\Middleware\FailureHandling\FailureMiddlewareDispatcher::DEFAULT_PIPELINE" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Middleware/FailureHandling/Implementation/ExponentialDelayMiddleware.php#L23
src/Middleware/FailureHandling/Implementation/ExponentialDelayMiddleware.php:23:18: MissingClassConstType: Class constant "Yiisoft\Queue\Middleware\FailureHandling\Implementation\ExponentialDelayMiddleware::META_KEY_ATTEMPTS" should have a declared type. (see https://psalm.dev/359)