Skip to content

Commit 395cae0

Browse files
authored
Update README.md
1 parent b4f4e2a commit 395cae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ composer require selective/transformer
4141

4242
## Introduction
4343

44-
This Transformer component provides functionality to map, cast and loop array values from one array to another array.
44+
This Transformer component provides functionality to map, cast and loop array values from an array or object to another array.
4545

4646
Converting complex data with simple PHP works by using a lot of type casting, `if` conditions and looping through the
4747
data with `foreach()`. This leads to very high cyclomatic complexity and nesting depth, and thus poor "code rating".

0 commit comments

Comments
 (0)