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 4c4075c commit 64f43c6Copy full SHA for 64f43c6
CHANGELOG.md
@@ -8,6 +8,11 @@
8
9
##Change Log
10
11
+###v6.2.2
12
+ - Extract data transformation task to own class.
13
+ - Refactor duplicate response mapping code.
14
+ - Increase scrutinizer score.
15
+
16
###v6.2.1
17
- Fix data when exporting with html tags.
18
- Add filename method in stub.
src/Transformers/DataTransformer.php
@@ -12,6 +12,8 @@
class DataTransformer
{
/**
+ * Transform row data by columns definition.
+ *
* @param array $row
* @param mixed $columns
19
* @param string $type
0 commit comments