Fixing version argument ordering and making it required
Publish PHP Package / docker (push) Successful in 6s Details

This commit is contained in:
Pavel Shevaev 2025-02-26 18:44:36 +03:00
parent 42e673f2b1
commit 0842ba416f
1 changed files with 1 additions and 1 deletions

View File

@ -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();