Skip to content

Commit

Permalink
Merge d8067ab into a6a1fba
Browse files Browse the repository at this point in the history
  • Loading branch information
froschdesign committed Jul 11, 2020
2 parents a6a1fba + d8067ab commit d256b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/v3/naming-strategy/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ payload, you may want to convert camelCase properties to underscore_separated
properties, and vice versa when deserializing JSON to an object.

To make that possible, laminas-hydrator provides _naming strategies_. These are
similar to [strategies](../strategies.md), but instead of operating on the
similar to [strategies](../strategy.md), but instead of operating on the
_value_, they operate on the _name_.

## NamingStrategyInterface
Expand Down

0 comments on commit d256b1e

Please sign in to comment.