Skip to content

Commit

Permalink
remove returns and expect in context
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Dassonville committed Oct 14, 2024
1 parent a816103 commit 8864971
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Hydra/Serializer/DocumentationNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
],
];
}
Expand Down

0 comments on commit 8864971

Please sign in to comment.