Skip to content

Commit 64f43c6

Browse files
committed
Bump v6.2.2
1 parent 4c4075c commit 64f43c6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
##Change Log
1010

11+
###v6.2.2
12+
- Extract data transformation task to own class.
13+
- Refactor duplicate response mapping code.
14+
- Increase scrutinizer score.
15+
1116
###v6.2.1
1217
- Fix data when exporting with html tags.
1318
- Add filename method in stub.

src/Transformers/DataTransformer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
class DataTransformer
1313
{
1414
/**
15+
* Transform row data by columns definition.
16+
*
1517
* @param array $row
1618
* @param mixed $columns
1719
* @param string $type

0 commit comments

Comments
 (0)