mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 23:04:58 +00:00
Apply rector rules + fix CS
This commit is contained in:
@@ -332,7 +332,7 @@ class ListPersonHelper
|
||||
return '';
|
||||
}
|
||||
|
||||
$ids = json_decode($value, null, 512, JSON_THROW_ON_ERROR);
|
||||
$ids = json_decode((string) $value, null, 512, JSON_THROW_ON_ERROR);
|
||||
|
||||
return
|
||||
implode(
|
||||
|
Reference in New Issue
Block a user