add nullable values support

This commit is contained in:
yggverse 2024-07-17 10:25:52 +03:00
parent 59d1c8cb06
commit 04238c3d6c
2 changed files with 26 additions and 14 deletions

View file

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