mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
set empty value by default
This commit is contained in:
parent
8b28265204
commit
6c18187e2a
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ interface Pool
|
|||
|
||||
public function set(
|
||||
string $key,
|
||||
string $value,
|
||||
string $value = '',
|
||||
string $flags = 'c',
|
||||
int $offset = 0,
|
||||
int $mode = 0644,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue