chore: upgrade to Symfony 6.4
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user