Skip to content

wip

wip #27

Triggered via push May 11, 2025 19:04
Status Failure
Total duration 34s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Commands/ListUsersCommand.php#L146
Call to method syncRoles() on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Commands/ListUsersCommand.php#L122
Call to method getRoleNames() on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Commands/ListUsersCommand.php#L112
Call to method removeRole() on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Commands/ListUsersCommand.php#L89
Call to method getRoleNames() on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Commands/ListUsersCommand.php#L80
Access to property $email on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Commands/ListUsersCommand.php#L80
Access to property $email on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Commands/ListUsersCommand.php#L75
Access to property $name on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Commands/ListUsersCommand.php#L75
Access to property $name on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Commands/ListUsersCommand.php#L60
Negated boolean expression is always false.
phpstan: src/Commands/ListUsersCommand.php#L58
PHPDoc tag @var for variable $user has invalid type Spatie\Permission\Traits\HasRoles.