Skip to content

Commit

Permalink
Update map-naming-strategy.md
Browse files Browse the repository at this point in the history
Correction according to method definition
  • Loading branch information
xorock committed Oct 2, 2020
1 parent 4bf4b24 commit dbb15d0
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 dbb15d0

Please sign in to comment.