From 3653513818fa59a0199cd902ce4326ae8b410c35 Mon Sep 17 00:00:00 2001 From: Lukas Rosenstock Date: Mon, 15 Jun 2026 09:06:53 +0000 Subject: [PATCH] Simplified comment --- CloudObjects/SDK/CloudObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CloudObjects/SDK/CloudObject.php b/CloudObjects/SDK/CloudObject.php index 3077612..a9f25d0 100644 --- a/CloudObjects/SDK/CloudObject.php +++ b/CloudObjects/SDK/CloudObject.php @@ -167,7 +167,7 @@ class CloudObject { } /** - * Get the rdfs:label of the object. + * Get the label of the object. */ public function getLabel() : ?string { return $this->getString(Constants::RDFS_LABEL);