Skip to content

Commit

Permalink
removed PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
steven committed Jan 3, 2023
1 parent f7759ce commit 13fa851
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Schema/Model/Class_.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ public function getSubClassOf(): array
return array_filter($this->resource->all('rdfs:subClassOf', 'resource'), static fn (RdfResource $resource) => !$resource->isBNode());
}

/**
* @param $resource
* @return bool
*/
public function isEnum(RdfResource $resource = null): bool
{
$parentClass = ($resource ?? $this->resource)->get('rdfs:subClassOf');
Expand Down

0 comments on commit 13fa851

Please sign in to comment.