Skip to content

Commit

Permalink
DatasetMapReduce::map() returns DatasetMapReduce
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Apr 3, 2021
1 parent 5eade46 commit 8924a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdfInterface/DatasetMapReduce.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface DatasetMapReduce extends Dataset {
* @return Dataset
*/
public function map(callable $fn,
QuadCompare | QuadIterator | callable $filter = null): Dataset;
QuadCompare | QuadIterator | callable $filter = null): DatasetMapReduce;

/**
* @param callable $fn aggregate function with signature `fn(accumulator, quad, dataset)`
Expand Down

0 comments on commit 8924a16

Please sign in to comment.