From 8864971f713f42aed389e443c0cdacbd9d19b935 Mon Sep 17 00:00:00 2001 From: Valentin Dassonville Date: Mon, 14 Oct 2024 11:39:31 +0200 Subject: [PATCH] remove returns and expect in context --- src/Hydra/Serializer/DocumentationNormalizer.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Hydra/Serializer/DocumentationNormalizer.php b/src/Hydra/Serializer/DocumentationNormalizer.php index 9520115594..7b565333bb 100644 --- a/src/Hydra/Serializer/DocumentationNormalizer.php +++ b/src/Hydra/Serializer/DocumentationNormalizer.php @@ -585,8 +585,6 @@ private function getContext(string $hydraPrefix = ContextBuilder::HYDRA_PREFIX): 'domain' => ['@id' => 'rdfs:domain', '@type' => '@id'], 'range' => ['@id' => 'rdfs:range', '@type' => '@id'], 'subClassOf' => ['@id' => 'rdfs:subClassOf', '@type' => '@id'], - 'expects' => ['@id' => $hydraPrefix.'expects', '@type' => '@id'], - 'returns' => ['@id' => $hydraPrefix.'returns', '@type' => '@id'], ], ]; }