Skip to content

Fix docs

Fix docs #1002

Triggered via pull request May 22, 2024 08:20
Status Failure
Total duration 51s
Artifacts

static.yml

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

Annotations

5 errors
MissingClassConstType: src/CompositeRule.php#L24
src/CompositeRule.php:24:18: MissingClassConstType: Class constant "Yiisoft\Rbac\CompositeRule::AND" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/CompositeRule.php#L25
src/CompositeRule.php:25:18: MissingClassConstType: Class constant "Yiisoft\Rbac\CompositeRule::OR" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Item.php#L13
src/Item.php:13:18: MissingClassConstType: Class constant "Yiisoft\Rbac\Item::TYPE_ROLE" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Item.php#L14
src/Item.php:14:18: MissingClassConstType: Class constant "Yiisoft\Rbac\Item::TYPE_PERMISSION" should have a declared type. (see https://psalm.dev/359)
psalm / PHP 8.3-ubuntu-latest
Process completed with exit code 2.