/home/techb158/immovalet.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.php54640644editdlrm
DeprecatedUuidMethodsTrait.php133610644editdlrm
FeatureSet.php127520644editdlrm
functions.php35000644editdlrm
Uuid.php217080644editdlrm
UuidFactory.php136790644editdlrm
UuidFactoryInterface.php61120644editdlrm
UuidInterface.php27230644editdlrm
Edit: /home/techb158/immovalet.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 { }