Update docblocks for getType

This commit is contained in:
kodumbeats
2021-09-15 11:17:09 -04:00
committed by GitHub
parent d305c7c442
commit 4cf16c88ed
8 changed files with 8 additions and 8 deletions
@@ -38,7 +38,7 @@ class AttributeBoolean extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/
@@ -47,7 +47,7 @@ class AttributeEmail extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/
@@ -54,7 +54,7 @@ class AttributeFloat extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/
@@ -47,7 +47,7 @@ class AttributeIP extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/
@@ -53,7 +53,7 @@ class AttributeInteger extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/
@@ -45,7 +45,7 @@ class AttributeList extends Model
}
/**
* Get Collection
* Get Type
*
* @return string
*/
@@ -44,7 +44,7 @@ class AttributeString extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/
@@ -47,7 +47,7 @@ class AttributeURL extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/