mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-24 17:35:57 +03:00
chore(deps-dev): upgrade PHPStan
This commit is contained in:
@@ -43,6 +43,6 @@ class PeclUuidNameGenerator implements NameGeneratorInterface
|
||||
),
|
||||
};
|
||||
|
||||
return uuid_parse($uuid);
|
||||
return (string) uuid_parse($uuid);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user