Skip to content

Commit

Permalink
Merge 8b57946 into bcbcddf
Browse files Browse the repository at this point in the history
  • Loading branch information
xorock committed Oct 6, 2020
2 parents bcbcddf + 8b57946 commit 849a0dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/book/v3/naming-strategy/map-naming-strategy.md
Expand Up @@ -44,7 +44,6 @@ echo $namingStrategy->hydrate('baz'); // outputs: bash

```php
$namingStrategy = Laminas\Hydrator\NamingStrategy\MapNamingStrategy::createFromExtractionMap(
null, // no hydration map
[
'foo' => 'bar',
'baz' => 'bash'
Expand Down

0 comments on commit 849a0dc

Please sign in to comment.