Skip to content

Commit fbfbe5f

Browse files
committed
Add a new DataFrame::renameEach()
1 parent 5ba4269 commit fbfbe5f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/core/etl/src/Flow/ETL/Transformer/StyleConverter/RenameEntryStrategy.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99

1010
interface RenameEntryStrategy
1111
{
12+
/**
13+
* @param Entry<mixed, mixed> $entry
14+
*/
1215
public function rename(Row $row, Entry $entry, FlowContext $context) : Row;
1316
}

web/landing/resources/dsl.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)