Fixing version argument ordering and making it required
Publish PHP Package / docker (push) Successful in 6s
Details
Publish PHP Package / docker (push) Successful in 6s
Details
This commit is contained in:
parent
42e673f2b1
commit
0842ba416f
|
@ -307,9 +307,9 @@ function config_pack_and_write_bundle(
|
||||||
/*var ConfBase[]*/
|
/*var ConfBase[]*/
|
||||||
array $configs,
|
array $configs,
|
||||||
string $file_path,
|
string $file_path,
|
||||||
|
int $version,
|
||||||
bool $use_lz4 = true,
|
bool $use_lz4 = true,
|
||||||
int $binary_format = 1,
|
int $binary_format = 1,
|
||||||
?int $version = null
|
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
$cache_entries = array();
|
$cache_entries = array();
|
||||||
|
|
Loading…
Reference in New Issue