From 511431752092aa5c93cc6228c0745fdb549ce788 Mon Sep 17 00:00:00 2001 From: kawax Date: Wed, 18 Dec 2024 09:48:50 +0900 Subject: [PATCH] Update Varint.php --- src/Core/Varint.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Core/Varint.php b/src/Core/Varint.php index cb94d22..e787cb7 100644 --- a/src/Core/Varint.php +++ b/src/Core/Varint.php @@ -10,6 +10,8 @@ use Throwable; /** + * unsigned varint (VARiable INTeger). + * * @internal * * @link https://github.com/multiformats/unsigned-varint