protected $description = "publish translation helper's assets, configuration, config and migration files. If you want overwrite the existing files, you can add the `--force` option";
It seems like you are loosely comparing $force of type string to the boolean true. If you are specifically checking for a non-empty string, consider using the more explicit !== '' instead.