Skip to content

Commit bd30882

Browse files
committed
Fixed DataFrame::filter method docblocks
1 parent dcb145a commit bd30882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/core/etl/src/Flow/ETL/DataFrame.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public function fetch(?int $limit = null) : Rows
185185
}
186186

187187
/**
188-
* @param callable(Row $row) : bool|EntryReference $callback
188+
* @param Reference\Expression|callable(Row $row) : bool $callback
189189
*/
190190
public function filter(callable|Reference\Expression $callback) : self
191191
{

0 commit comments

Comments
 (0)