Fix CI and improve Psalm #388
Annotations
11 errors
|
Static analysis.:
src/ItemsStorage.php#L120
src/ItemsStorage.php:120:13: UndefinedThisPropertyFetch: Instance property Yiisoft\Rbac\Php\ItemsStorage::$items is not defined (see https://psalm.dev/041)
|
Static analysis.:
src/ItemsStorage.php#L120
src/ItemsStorage.php:120:13: MixedArrayAssignment: Cannot access array value on mixed variable $this->items[$name] (see https://psalm.dev/117)
|
Static analysis.:
src/ItemsStorage.php#L120
src/ItemsStorage.php:120:13: UndefinedThisPropertyAssignment: Instance property Yiisoft\Rbac\Php\ItemsStorage::$items is not defined (see https://psalm.dev/040)
|
Static analysis.:
src/ItemsStorage.php#L130
src/ItemsStorage.php:130:25: UndefinedThisPropertyFetch: Instance property Yiisoft\Rbac\Php\ItemsStorage::$children is not defined (see https://psalm.dev/041)
|
Static analysis.:
src/ItemsStorage.php#L130
src/ItemsStorage.php:130:25: MixedArrayAccess: Cannot access array value on mixed variable $this->children (see https://psalm.dev/051)
|
Static analysis.:
src/ItemsStorage.php#L130
src/ItemsStorage.php:130:25: MixedArrayAssignment: Cannot access array value on mixed variable $this->children[$name] (see https://psalm.dev/117)
|
Static analysis.:
src/ItemsStorage.php#L130
src/ItemsStorage.php:130:25: MixedArrayAssignment: Cannot access array value on mixed variable $this->children[$name][$childName] (see https://psalm.dev/117)
|
Static analysis.:
src/ItemsStorage.php#L130
src/ItemsStorage.php:130:25: UndefinedThisPropertyAssignment: Instance property Yiisoft\Rbac\Php\ItemsStorage::$children is not defined (see https://psalm.dev/040)
|
Static analysis.:
src/ItemsStorage.php#L130
src/ItemsStorage.php:130:62: UndefinedThisPropertyFetch: Instance property Yiisoft\Rbac\Php\ItemsStorage::$items is not defined (see https://psalm.dev/041)
|
Static analysis.:
src/ItemsStorage.php#L130
src/ItemsStorage.php:130:62: MixedArrayAccess: Cannot access array value on mixed variable $this->items (see https://psalm.dev/051)
|
The logs for this run have expired and are no longer available.
Loading