mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
PersonJsonNormalizer interface: remove functions
This commit is contained in:
@@ -21,12 +21,4 @@ interface PersonJsonNormalizerInterface extends
|
||||
DenormalizerInterface,
|
||||
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