mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 12:03:48 +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