remove constructor from interface

This allows more flexible use downstream
This commit is contained in:
Joby Elliott 2018-08-24 02:16:12 +00:00
parent b30f15521f
commit adad4833e8

View file

@ -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);