From 21e9e1149c750ec29931a69ab61ccc32c2181f54 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Mon, 10 May 2021 16:02:44 +0200 Subject: [PATCH] fix(typings): add backslash to fromString @return type --- src/Uuid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uuid.php b/src/Uuid.php index 3c09532..0735dbb 100644 --- a/src/Uuid.php +++ b/src/Uuid.php @@ -137,7 +137,7 @@ public function uuid6( * * @param string $uuid * - * @return Ramsey\Uuid\UuidInterface + * @return \Ramsey\Uuid\UuidInterface */ public function fromString(string $uuid) {