Move deprecated methods to DeprecatedUuidMethodsTrait

This commit is contained in:
Ben Ramsey
2020-01-18 14:57:05 -06:00
parent 9c4f45e5c1
commit 59dc5bf06d
3 changed files with 370 additions and 320 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ use DateTimeInterface;
use Ramsey\Uuid\Converter\NumberConverterInterface;
/**
* This interface allows for separation of deprecated methods from the primary
* UuidInterface, for easier reading and, when ready, removal of code.
* This interface encapsulates deprecated methods for ramsey/uuid; this
* interface and its methods will be removed in ramsey/uuid 5.0.0.
*
* @psalm-immutable
*/