Create DeleteUser command #30
Annotations
10 errors
|
phpstan:
src/Commands/ListUsersCommand.php#L113
Call to method removeRole() on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Commands/ListUsersCommand.php#L88
Call to method getRoleNames() on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Commands/ListUsersCommand.php#L79
Access to property $email on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Commands/ListUsersCommand.php#L79
Access to property $email on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Commands/ListUsersCommand.php#L74
Access to property $name on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Commands/ListUsersCommand.php#L74
Access to property $name on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Commands/ListUsersCommand.php#L58
Negated boolean expression is always false.
|
|
phpstan:
src/Commands/ListUsersCommand.php#L56
PHPDoc tag @var for variable $user has invalid type Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Commands/DeleteUser.php#L46
Call to static method whereIn() on an unknown class App\Models\User.
|
|
phpstan:
src/Commands/DeleteUser.php#L26
Call to static method all() on an unknown class App\Models\User.
|