christophehurpeau/php-importer

View on GitHub
src/Parser.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Importer;

interface Parser extends \Iterator
{
    public function fetchNextLine();
}