Remove redundant typing from DocBlocks
This commit is contained in:
@@ -8,8 +8,6 @@ trait Uuids
|
||||
{
|
||||
/**
|
||||
* Boot function from Laravel.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
protected static function bootUuids(): void
|
||||
{
|
||||
@@ -22,8 +20,6 @@ trait Uuids
|
||||
|
||||
/**
|
||||
* Get the value indicating whether the IDs are incrementing.
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public function getIncrementing(): bool
|
||||
{
|
||||
@@ -32,8 +28,6 @@ trait Uuids
|
||||
|
||||
/**
|
||||
* Get the auto-incrementing key type.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getKeyType(): string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user