Simplified comment

This commit is contained in:
2026-06-15 09:06:53 +00:00
parent 58df9cb476
commit 3653513818

View File

@@ -167,7 +167,7 @@ class CloudObject {
} }
/** /**
* Get the rdfs:label of the object. * Get the label of the object.
*/ */
public function getLabel() : ?string { public function getLabel() : ?string {
return $this->getString(Constants::RDFS_LABEL); return $this->getString(Constants::RDFS_LABEL);