Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odan authored Feb 11, 2021
1 parent b4f4e2a commit 395cae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ composer require selective/transformer

## Introduction

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.

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

0 comments on commit 395cae0

Please sign in to comment.