mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-08 12:09:30 +00:00
Fixed code for symfony 7
This commit is contained in:
parent
9eb825f89a
commit
7e6b931db4
6 changed files with 20 additions and 19 deletions
|
|
@ -122,7 +122,7 @@ class StructuralElementDenormalizer implements DenormalizerInterface, Denormaliz
|
|||
return $deserialized_entity;
|
||||
}
|
||||
|
||||
public function getSupportedTypes(): array
|
||||
public function getSupportedTypes(?string $format): array
|
||||
{
|
||||
//Must be false, because we use in_array in supportsDenormalization
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue