Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Christian Wolf 2024-06-26 11:39:51 +02:00
Родитель ec0f440a98
Коммит 6570d34902
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A2F36500733228B5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -124,7 +124,7 @@ class HttpJsonLdParser extends AbstractHtmlParser {
if (isset($json['@graph']) && is_array($json['@graph'])) {
// Sometimes the context is set once on the top level object for children to inherit
$parentSetsContext = isset($json['@context']) &&
$this->jsonService->isSchemaContext($json['@context']);
$this->jsonService->isSchemaContext($json['@context']);
$tmp = $this->searchForRecipeInArray($json['@graph'], $parentSetsContext);