Update FlatArrayInterface.php
This commit is contained in:
parent
1f77a33ea9
commit
12bda5378a
1 changed files with 3 additions and 0 deletions
|
@ -13,4 +13,7 @@ interface FlatArrayInterface extends \ArrayAccess, \Iterator
|
|||
public function pop(?string $name);
|
||||
public function unshift(?string $name, $value);
|
||||
public function shift(?string $name);
|
||||
|
||||
public function lock();
|
||||
public function unlock();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue