Fixed some deprecations

This commit is contained in:
Jan Böhmer 2023-06-11 17:38:08 +02:00
parent df8f54f5a4
commit 219b57a362
35 changed files with 42 additions and 54 deletions

View file

@ -35,7 +35,7 @@ class StructuralElementFromNameDenormalizer implements DenormalizerInterface, Ca
{
}
public function supportsDenormalization($data, string $type, string $format = null): bool
public function supportsDenormalization($data, string $type, string $format = null, array $context = []): bool
{
return is_string($data) && is_subclass_of($type, AbstractStructuralDBElement::class);
}