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 b4f4e2a commit 395cae0Copy full SHA for 395cae0
README.md
@@ -41,7 +41,7 @@ composer require selective/transformer
41
42
## Introduction
43
44
-This Transformer component provides functionality to map, cast and loop array values from one array to another array.
+This Transformer component provides functionality to map, cast and loop array values from an array or object to another array.
45
46
Converting complex data with simple PHP works by using a lot of type casting, `if` conditions and looping through the
47
data with `foreach()`. This leads to very high cyclomatic complexity and nesting depth, and thus poor "code rating".
0 commit comments