mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +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(
|
public function set(
|
||||||
string $key,
|
string $key,
|
||||||
string $value,
|
string $value = '',
|
||||||
string $flags = 'c',
|
string $flags = 'c',
|
||||||
int $offset = 0,
|
int $offset = 0,
|
||||||
int $mode = 0644,
|
int $mode = 0644,
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ class Pool implements \Yggverse\Yoda\Interface\Model\Pool
|
||||||
|
|
||||||
public function set(
|
public function set(
|
||||||
string $key,
|
string $key,
|
||||||
string $value,
|
string $value = '',
|
||||||
string $flags = 'c',
|
string $flags = 'c',
|
||||||
int $offset = 0,
|
int $offset = 0,
|
||||||
int $mode = 0644,
|
int $mode = 0644,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue