Skip to content

Commit

Permalink
Changed phpdoc from \Ramsey\Uuid\Uuid to \Ramsey\Uuid\UuidInterface (#…
Browse files Browse the repository at this point in the history
…23776)

- because Uuid::uuid4() in phpdoc returned the \Ramsey\Uuid\UuidInterface
  • Loading branch information
TBlindaruk authored and taylorotwell committed Apr 2, 2018
1 parent b48fcb0 commit 0a9abeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Support/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ public static function ucfirst($string)
/**
* Generate a UUID (version 4).
*
* @return \Ramsey\Uuid\Uuid
* @return \Ramsey\Uuid\UuidInterface
*/
public static function uuid()
{
Expand All @@ -534,7 +534,7 @@ public static function uuid()
/**
* Generate a time-ordered UUID (version 4).
*
* @return \Ramsey\Uuid\Uuid
* @return \Ramsey\Uuid\UuidInterface
*/
public static function orderedUuid()
{
Expand Down

0 comments on commit 0a9abeb

Please sign in to comment.