'yes' of type string is incompatible with the type boolean expected by parameter $default of Illuminate\Console\Command::confirm().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
33
return $this->confirm("Do you want to remove {$user} from administration", /** @scrutinizer ignore-type */ 'yes');