/home/techb158/dev.balacoffee.com/vendor/ramsey/uuid/src
NameSizeModeActions
Builder/-0755rm
Codec/-0755rm
Converter/-0755rm
Exception/-0755rm
Fields/-0755rm
Generator/-0755rm
Guid/-0755rm
Lazy/-0755rm
Math/-0755rm
Nonstandard/-0755rm
Provider/-0755rm
Rfc4122/-0755rm
Type/-0755rm
Validator/-0755rm
BinaryUtils.php17420644editdlrm
DegradedUuid.php5660644editdlrm
DeprecatedUuidInterface.php51650644editdlrm
DeprecatedUuidMethodsTrait.php136960644editdlrm
FeatureSet.php124830644editdlrm
functions.php51470644editdlrm
Uuid.php260990644editdlrm
UuidFactory.php158430644editdlrm
UuidFactoryInterface.php61180644editdlrm
UuidInterface.php30870644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/ramsey/uuid/src/DegradedUuid.php (566B)
* @license http://opensource.org/licenses/MIT MIT */ declare(strict_types=1); namespace Ramsey\Uuid; /** * @deprecated DegradedUuid is no longer necessary to represent UUIDs on 32-bit * systems. Transition typehints to {@see UuidInterface}. * * @psalm-immutable */ class DegradedUuid extends Uuid { }