summaryrefslogtreecommitdiffstats
path: root/lib/public/Calendar/Room/IRoom.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Calendar/Room/IRoom.php')
-rw-r--r--lib/public/Calendar/Room/IRoom.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/public/Calendar/Room/IRoom.php b/lib/public/Calendar/Room/IRoom.php
index d860bb6fc57..1475f0e7167 100644
--- a/lib/public/Calendar/Room/IRoom.php
+++ b/lib/public/Calendar/Room/IRoom.php
@@ -32,7 +32,7 @@ namespace OCP\Calendar\Room;
interface IRoom {
/**
- * get the room id
+ * Get a unique ID for the room
*
* This id has to be unique within the backend
*
@@ -42,7 +42,7 @@ interface IRoom {
public function getId():string;
/**
- * get the display name for a room
+ * Get the display name for the room
*
* @return string
* @since 14.0.0
@@ -61,9 +61,9 @@ interface IRoom {
public function getGroupRestrictions():array;
/**
- * get email-address for room
+ * Get the email-address for the room
*
- * The email address has to be globally unique
+ * The email-address has to be globally unique
*
* @return string
* @since 14.0.0