Skip to content

Make compatible with backstage/users #43

Make compatible with backstage/users

Make compatible with backstage/users #43

Triggered via push May 13, 2025 19:51
Status Failure
Total duration 36s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Console/Commands/ListUsersCommand.php#L123
Call to method getRoleNames() on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Console/Commands/ListUsersCommand.php#L113
Call to method removeRole() on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Console/Commands/ListUsersCommand.php#L88
Call to method getRoleNames() on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Console/Commands/ListUsersCommand.php#L79
Access to property $email on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Console/Commands/ListUsersCommand.php#L79
Access to property $email on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Console/Commands/ListUsersCommand.php#L74
Access to property $name on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Console/Commands/ListUsersCommand.php#L74
Access to property $name on an unknown class Spatie\Permission\Traits\HasRoles.
phpstan: src/Console/Commands/ListUsersCommand.php#L58
Negated boolean expression is always false.
phpstan: src/Console/Commands/ListUsersCommand.php#L56
PHPDoc tag @var for variable $user has invalid type Spatie\Permission\Traits\HasRoles.
phpstan: src/Console/Commands/DeleteUser.php#L62
Access to an undefined property Backstage\Laravel\Users\Eloquent\Models\User::$name.