chore: upgrade to Symfony 6.4

This commit is contained in:
Björn Fromme
2023-12-06 16:21:48 +01:00
parent 9b4f100bb1
commit 65c8cb3893
5 changed files with 906 additions and 814 deletions
@@ -11,13 +11,13 @@ class FeedbackToRatingsTransformer implements DataTransformerInterface
{
}
public function transform(mixed $value)
public function transform(mixed $value): mixed
{
// Not in use
return $value;
}
public function reverseTransform(mixed $value)
public function reverseTransform(mixed $value): mixed
{
$feedbackRatings = [];