Fix docs #1002
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.
|