remove constructor from interface
This allows more flexible use downstream
This commit is contained in:
parent
b30f15521f
commit
adad4833e8
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ namespace Flatrr;
|
|||
|
||||
interface FlatArrayInterface extends \ArrayAccess, \Iterator
|
||||
{
|
||||
public function __construct(array $data = null);
|
||||
public function set(?string $name, $value);
|
||||
public function get(?string $name = null);
|
||||
public function unset(?string $name);
|
||||
|
|
Loading…
Reference in a new issue