1
0
Fork 0
mirror of synced 2024-06-18 18:54:55 +12:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View file

@ -38,7 +38,7 @@ class AttributeBoolean extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/

View file

@ -47,7 +47,7 @@ class AttributeEmail extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/

View file

@ -54,7 +54,7 @@ class AttributeFloat extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/

View file

@ -47,7 +47,7 @@ class AttributeIP extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/

View file

@ -53,7 +53,7 @@ class AttributeInteger extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/

View file

@ -45,7 +45,7 @@ class AttributeList extends Model
}
/**
* Get Collection
* Get Type
*
* @return string
*/

View file

@ -44,7 +44,7 @@ class AttributeString extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/

View file

@ -47,7 +47,7 @@ class AttributeURL extends Attribute
}
/**
* Get Collection
* Get Type
*
* @return string
*/