Skip to content

Fix docs

Fix docs #381

Triggered via pull request May 11, 2024 13:20
Status Failure
Total duration 36s
Artifacts

static.yml

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

Annotations

7 errors
MissingClassConstType: src/Cookie.php#L29
src/Cookie.php:29:19: MissingClassConstType: Class constant "Yiisoft\Cookies\Cookie::PATTERN_TOKEN" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Cookie.php#L41
src/Cookie.php:41:18: MissingClassConstType: Class constant "Yiisoft\Cookies\Cookie::SAME_SITE_LAX" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Cookie.php#L51
src/Cookie.php:51:18: MissingClassConstType: Class constant "Yiisoft\Cookies\Cookie::SAME_SITE_STRICT" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Cookie.php#L59
src/Cookie.php:59:18: MissingClassConstType: Class constant "Yiisoft\Cookies\Cookie::SAME_SITE_NONE" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/CookieMiddleware.php#L25
src/CookieMiddleware.php:25:18: MissingClassConstType: Class constant "Yiisoft\Cookies\CookieMiddleware::ENCRYPT" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/CookieMiddleware.php#L26
src/CookieMiddleware.php:26:18: MissingClassConstType: Class constant "Yiisoft\Cookies\CookieMiddleware::SIGN" should have a declared type. (see https://psalm.dev/359)
psalm / PHP 8.3-ubuntu-latest
Process completed with exit code 2.