Implemented CsvReader, fixed interface
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
namespace NoccyLabs\Dataset;
|
||||
|
||||
interface ReaderInterface
|
||||
use Iterator;
|
||||
|
||||
interface ReaderInterface extends Iterator
|
||||
{
|
||||
public function __construct(string $filename, array $options);
|
||||
}
|
||||
Reference in New Issue
Block a user