Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
zendframework/zendframework#6367 - Clarifying on parameters to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 3, 2015
1 parent 25cef45 commit b880582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hydrator/NamingStrategy/CompositeNamingStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class CompositeNamingStrategy implements NamingStrategyInterface
private $defaultNamingStrategy;

/**
* @param NamingStrategyInterface[] $strategies
* @param NamingStrategyInterface[] $strategies indexed by the name they translate
* @param NamingStrategyInterface|null $defaultNamingStrategy
*/
public function __construct(array $strategies, NamingStrategyInterface $defaultNamingStrategy = null)
Expand Down

0 comments on commit b880582

Please # to comment.