time = $time ?? time(); } public static function createLockRead(): Lock { return new self(uniqid((string) time(), true)); } }