From 0842ba416f6c1ff86939bdce767ad5158109bb74 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Wed, 26 Feb 2025 18:44:36 +0300 Subject: [PATCH] Fixing version argument ordering and making it required --- pack.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.inc.php b/pack.inc.php index 2c1045f..2c41b49 100644 --- a/pack.inc.php +++ b/pack.inc.php @@ -307,9 +307,9 @@ function config_pack_and_write_bundle( /*var ConfBase[]*/ array $configs, string $file_path, + int $version, bool $use_lz4 = true, int $binary_format = 1, - ?int $version = null ) { $cache_entries = array();