Skip to content

Commit

Permalink
[zendframework#6091] Updated docblock parameter names
Browse files Browse the repository at this point in the history
- Updated docblock parameter names to match signature; added descriptions
  • Loading branch information
weierophinney authored and dima committed Nov 27, 2014
1 parent 08d178e commit 073cd23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class MapNamingStrategy implements NamingStrategyInterface
/**
* Initialize.
*
* @param array $hydrateMap
* @param array $extractMap
* @param array $mapping Map for name conversion on hydration
* @param array $reverse Reverse map for name conversion on extraction
*/
public function __construct(array $mapping, array $reverse = null)
{
Expand Down

0 comments on commit 073cd23

Please sign in to comment.