mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-05 04:49:44 +00:00
PersonJsonNormalizer interface: remove functions
This commit is contained in:
@@ -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;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user