set empty value by default

This commit is contained in:
yggverse 2024-07-17 09:55:40 +03:00
parent 8b28265204
commit 6c18187e2a
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ interface Pool
public function set(
string $key,
string $value,
string $value = '',
string $flags = 'c',
int $offset = 0,
int $mode = 0644,