mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-18 07:11:23 +00:00
Apply rector rules + fix CS
This commit is contained in:
@@ -318,7 +318,7 @@ class ChillImportUsersCommand extends Command
|
||||
return '';
|
||||
}
|
||||
|
||||
return trim($value);
|
||||
return trim((string) $value);
|
||||
});
|
||||
$helper = $this->getHelper('question');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user