mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
chore: convert @psalm-return to @return
This commit is contained in:
@@ -46,7 +46,7 @@ final class Hexadecimal implements TypeInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @psalm-return non-empty-string
|
||||
* @return non-empty-string
|
||||
*/
|
||||
public function toString(): string
|
||||
{
|
||||
@@ -54,7 +54,7 @@ final class Hexadecimal implements TypeInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @psalm-return non-empty-string
|
||||
* @return non-empty-string
|
||||
*/
|
||||
public function __toString(): string
|
||||
{
|
||||
@@ -62,7 +62,7 @@ final class Hexadecimal implements TypeInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @psalm-return non-empty-string
|
||||
* @return non-empty-string
|
||||
*/
|
||||
public function jsonSerialize(): string
|
||||
{
|
||||
@@ -70,7 +70,7 @@ final class Hexadecimal implements TypeInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @psalm-return non-empty-string
|
||||
* @return non-empty-string
|
||||
*/
|
||||
public function serialize(): string
|
||||
{
|
||||
@@ -110,7 +110,7 @@ final class Hexadecimal implements TypeInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @psalm-return non-empty-string
|
||||
* @return non-empty-string
|
||||
*/
|
||||
private function prepareValue(string $value): string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user