Skip to content

Commit

Permalink
Improve createIterator parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored and franmomu committed Nov 20, 2020
1 parent 1af1e01 commit b1ba37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exporter/DataSourceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

interface DataSourceInterface
{
public function createIterator(ProxyQueryInterface $query, array $field): SourceIteratorInterface;
public function createIterator(ProxyQueryInterface $query, array $fields): SourceIteratorInterface;
}

0 comments on commit b1ba37f

Please sign in to comment.