From 4c6ceb5b4edc499fb8ed346dc2500d5c85e2452f Mon Sep 17 00:00:00 2001 From: Little Fluffy Clouds Date: Sat, 12 Jul 2025 20:42:01 +0300 Subject: [PATCH] untab --- mirzaev/baza/system/database.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mirzaev/baza/system/database.php b/mirzaev/baza/system/database.php index ee07eb9..00b5079 100755 --- a/mirzaev/baza/system/database.php +++ b/mirzaev/baza/system/database.php @@ -357,14 +357,14 @@ class database // Writing into the buffer of read values $unpacked[] = $encoded; } - /** - * PHP builtin pack() ignores 64-bit integer values - * found on 64-bit PHP distributions - * @see https://www.php.net/manual/en/function.pack.php#109382 - * - * In case of integer type on 64-bit PHP distributions - * we got to reconstruct previosly spliced integer value - */ + /** + * PHP builtin pack() ignores 64-bit integer values + * found on 64-bit PHP distributions + * @see https://www.php.net/manual/en/function.pack.php#109382 + * + * In case of integer type on 64-bit PHP distributions + * we got to reconstruct previosly spliced integer value + */ else if (self::$architecture === architecture::x86_64 && ($column->type === type::integer || $column->type === type::integer_unsigned))