diff --git a/Application/DataTransferObjectInterface.php b/Application/DataTransferObjectInterface.php index 7de299c..33c19e1 100755 --- a/Application/DataTransferObjectInterface.php +++ b/Application/DataTransferObjectInterface.php @@ -21,6 +21,10 @@ interface DataTransferObjectInterface public function setId(int|string $id); public function getId(); public function normalize(string $context, string $role = ''): array; + + /** + * @param array $data + */ public function denormalize(array $data, string $context, string $role = ''): void; /** * @return array|string>|string>