Remove redundant typing from DocBlocks

This commit is contained in:
Shift
2023-05-24 21:33:17 +00:00
parent 4d7d0ed74d
commit 5faf49688d
86 changed files with 3 additions and 396 deletions

View File

@@ -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
{