mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-24 17:35:57 +03:00
chore(deps-dev): remove Psalm
This commit is contained in:
+1
-3
@@ -29,7 +29,7 @@ use function sprintf;
|
||||
* by ramsey/uuid are truly timestamp integers and not some other kind of string
|
||||
* or integer.
|
||||
*
|
||||
* @psalm-immutable
|
||||
* @immutable
|
||||
*/
|
||||
final class Time implements TypeInterface
|
||||
{
|
||||
@@ -95,8 +95,6 @@ final class Time implements TypeInterface
|
||||
* Constructs the object from a serialized string representation
|
||||
*
|
||||
* @param string $data The serialized string representation of the object
|
||||
*
|
||||
* @psalm-suppress UnusedMethodCall
|
||||
*/
|
||||
public function unserialize(string $data): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user