mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
PersonJsonNormalizer interface: remove functions
This commit is contained in:
parent
665027085d
commit
2f7b237c4c
@ -21,12 +21,4 @@ interface PersonJsonNormalizerInterface extends
|
|||||||
DenormalizerInterface,
|
DenormalizerInterface,
|
||||||
NormalizerInterface
|
NormalizerInterface
|
||||||
{
|
{
|
||||||
public function denormalize($data, $type, $format = null, array $context = []);
|
|
||||||
|
|
||||||
public function normalize($person, $format = null, array $context = []);
|
|
||||||
|
|
||||||
public function supportsDenormalization($data, $type, $format = null);
|
|
||||||
|
|
||||||
public function supportsNormalization($data, $format = null): bool;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user