From 4cf16c88edf04ae97724762bdafdfb56f2075499 Mon Sep 17 00:00:00 2001 From: kodumbeats Date: Wed, 15 Sep 2021 11:17:09 -0400 Subject: [PATCH] Update docblocks for getType --- src/Appwrite/Utopia/Response/Model/AttributeBoolean.php | 2 +- src/Appwrite/Utopia/Response/Model/AttributeEmail.php | 2 +- src/Appwrite/Utopia/Response/Model/AttributeFloat.php | 2 +- src/Appwrite/Utopia/Response/Model/AttributeIP.php | 2 +- src/Appwrite/Utopia/Response/Model/AttributeInteger.php | 2 +- src/Appwrite/Utopia/Response/Model/AttributeList.php | 2 +- src/Appwrite/Utopia/Response/Model/AttributeString.php | 2 +- src/Appwrite/Utopia/Response/Model/AttributeURL.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Appwrite/Utopia/Response/Model/AttributeBoolean.php b/src/Appwrite/Utopia/Response/Model/AttributeBoolean.php index 66aab770d..de7ae5813 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeBoolean.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeBoolean.php @@ -38,7 +38,7 @@ class AttributeBoolean extends Attribute } /** - * Get Collection + * Get Type * * @return string */ diff --git a/src/Appwrite/Utopia/Response/Model/AttributeEmail.php b/src/Appwrite/Utopia/Response/Model/AttributeEmail.php index a048e2c41..268412a55 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeEmail.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeEmail.php @@ -47,7 +47,7 @@ class AttributeEmail extends Attribute } /** - * Get Collection + * Get Type * * @return string */ diff --git a/src/Appwrite/Utopia/Response/Model/AttributeFloat.php b/src/Appwrite/Utopia/Response/Model/AttributeFloat.php index 56ed9c68d..93033f5b0 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeFloat.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeFloat.php @@ -54,7 +54,7 @@ class AttributeFloat extends Attribute } /** - * Get Collection + * Get Type * * @return string */ diff --git a/src/Appwrite/Utopia/Response/Model/AttributeIP.php b/src/Appwrite/Utopia/Response/Model/AttributeIP.php index 6e3a8d7ba..2b8f64ded 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeIP.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeIP.php @@ -47,7 +47,7 @@ class AttributeIP extends Attribute } /** - * Get Collection + * Get Type * * @return string */ diff --git a/src/Appwrite/Utopia/Response/Model/AttributeInteger.php b/src/Appwrite/Utopia/Response/Model/AttributeInteger.php index b2e86c79b..9ff94c8f5 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeInteger.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeInteger.php @@ -53,7 +53,7 @@ class AttributeInteger extends Attribute } /** - * Get Collection + * Get Type * * @return string */ diff --git a/src/Appwrite/Utopia/Response/Model/AttributeList.php b/src/Appwrite/Utopia/Response/Model/AttributeList.php index cad333bdf..0cf67b3bd 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeList.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeList.php @@ -45,7 +45,7 @@ class AttributeList extends Model } /** - * Get Collection + * Get Type * * @return string */ diff --git a/src/Appwrite/Utopia/Response/Model/AttributeString.php b/src/Appwrite/Utopia/Response/Model/AttributeString.php index 9feaf6b7b..e7ea85326 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeString.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeString.php @@ -44,7 +44,7 @@ class AttributeString extends Attribute } /** - * Get Collection + * Get Type * * @return string */ diff --git a/src/Appwrite/Utopia/Response/Model/AttributeURL.php b/src/Appwrite/Utopia/Response/Model/AttributeURL.php index 476d9bba0..489e03885 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeURL.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeURL.php @@ -47,7 +47,7 @@ class AttributeURL extends Attribute } /** - * Get Collection + * Get Type * * @return string */