mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
add nullable values support
This commit is contained in:
parent
59d1c8cb06
commit
04238c3d6c
2 changed files with 26 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue