Skip to content

Fix docs (#267)

Fix docs (#267) #1003

Triggered via push May 22, 2024 09:43
Status Failure
Total duration 1m 44s
Artifacts

static.yml

on: push
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.