mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-10 15:29:41 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -54,7 +54,7 @@ class CustomFieldsGroupToIdTransformer implements DataTransformerInterface
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function transform($customFieldsGroup)
|
||||
public function transform($customFieldsGroup): mixed
|
||||
{
|
||||
if (null === $customFieldsGroup) {
|
||||
return '';
|
||||
|
Reference in New Issue
Block a user