Skip to content

Commit

Permalink
Merge pull request #7 from yassinedoghri/fix/fromString-typing
Browse files Browse the repository at this point in the history
fix(typings): add backslash to fromString @return type
  • Loading branch information
michalsn authored May 10, 2021
2 parents c8bbd96 + 21e9e11 commit b26512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uuid.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function uuid6(
*
* @param string $uuid
*
* @return Ramsey\Uuid\UuidInterface
* @return \Ramsey\Uuid\UuidInterface
*/
public function fromString(string $uuid)
{
Expand Down

0 comments on commit b26512a

Please sign in to comment.