Skip to content

Commit

Permalink
SkosVocabulary::preprocess(): typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Nov 13, 2024
1 parent 47637c9 commit 7440325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acdhOeaw/arche/lib/ingest/SkosVocabulary.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ public function preprocess(): self {
$this->assureTitles($entitiesCollections);
$this->dropProperties($entitiesCollections);
$this->assureLiterals($entitiesCollections);
$this->assureParents(array_diff($entitiesCollections. [$this->vocabularyUrl]));
$this->assureParents(array_diff($entitiesCollections, [$this->vocabularyUrl]));
$this->dropNodes($entitiesCollections);
parent::preprocess();

Expand Down

0 comments on commit 7440325

Please sign in to comment.