Rector changes and immplementations of required methods

This commit is contained in:
2025-05-22 17:47:07 +02:00
parent 053b92b77c
commit 17db59d221
1138 changed files with 2656 additions and 2616 deletions

View File

@@ -39,7 +39,7 @@ class JsonCustomFieldToArrayTransformer implements DataTransformerInterface
$this->customField = $customFieldsByLabel;
}
public function reverseTransform($customFieldsArray)
public function reverseTransform($customFieldsArray): mixed
{
/*
echo "<br> - - 7 - <br>";
@@ -101,7 +101,7 @@ class JsonCustomFieldToArrayTransformer implements DataTransformerInterface
return json_encode($customFieldsArrayRet, \JSON_THROW_ON_ERROR);
}
public function transform($customFieldsJSON)
public function transform($customFieldsJSON): mixed
{
echo $customFieldsJSON;