mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-20 16:57:36 +03:00
Merge branch '4.x' into 5.x
This commit is contained in:
@@ -21,7 +21,7 @@ use Ramsey\Uuid\Type\Hexadecimal;
|
||||
* TimeBasedUuidFactoryInterface defines common functionality all factories for
|
||||
* time-based UUIDs must implement
|
||||
*
|
||||
* @psalm-immutable
|
||||
* @immutable
|
||||
*/
|
||||
interface TimeBasedUuidFactoryInterface extends UuidFactoryInterface
|
||||
{
|
||||
@@ -37,8 +37,6 @@ interface TimeBasedUuidFactoryInterface extends UuidFactoryInterface
|
||||
*
|
||||
* @return UuidInterface A UuidInterface instance that represents a
|
||||
* UUID created from a DateTimeInterface instance
|
||||
*
|
||||
* @psalm-pure
|
||||
*/
|
||||
public function fromDateTime(
|
||||
DateTimeInterface $dateTime,
|
||||
|
||||
Reference in New Issue
Block a user