We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb145a commit bd30882Copy full SHA for bd30882
src/core/etl/src/Flow/ETL/DataFrame.php
@@ -185,7 +185,7 @@ public function fetch(?int $limit = null) : Rows
185
}
186
187
/**
188
- * @param callable(Row $row) : bool|EntryReference $callback
+ * @param Reference\Expression|callable(Row $row) : bool $callback
189
*/
190
public function filter(callable|Reference\Expression $callback) : self
191
{
0 commit comments