Skip to content

Adjusting commands namespace #31

Adjusting commands namespace

Adjusting commands namespace #31

Triggered via push May 11, 2025 19:20
Status Failure
Total duration 35s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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#L46
Call to static method whereIn() on an unknown class App\Models\User.
phpstan: src/Console/Commands/DeleteUser.php#L26
Call to static method all() on an unknown class App\Models\User.