From ebce664790ed3b8745229fd83b2e630fcb8daa7b Mon Sep 17 00:00:00 2001 From: kafkiansky Date: Mon, 31 Mar 2025 14:13:15 +0300 Subject: [PATCH] Useless generics from `packBytes` removed --- src/Internal/functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Internal/functions.php b/src/Internal/functions.php index d1b7692..21e1212 100644 --- a/src/Internal/functions.php +++ b/src/Internal/functions.php @@ -31,8 +31,6 @@ function unpackBytes(string $bytes, string $format): string|int|float /** * @internal - * @template T - * @param T $value * @param non-empty-string $format * @return non-empty-string */