Skip to content

Commit

Permalink
Update doc (#7889)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jul 28, 2022
1 parent 51039a7 commit ef58608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/action_export.rst
Expand Up @@ -87,7 +87,7 @@ you can override the ``DataSourceInterface`` class::

final class DataSource implements DataSourceInterface
{
public function createIterator(ProxyQueryInterface $query, array $fields): SourceIteratorInterface
public function createIterator(ProxyQueryInterface $query, array $fields): \Iterator
{
// Custom implementation
}
Expand Down

0 comments on commit ef58608

Please sign in to comment.