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 - Removing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 3, 2015
1 parent 6ae94de commit 25cef45
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Hydrator/NamingStrategy/CompositeNamingStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@ function (NamingStrategyInterface $strategy) {
$this->defaultNamingStrategy = $defaultNamingStrategy;
}

/**
* Adds the given naming strategy under the given name.
*
* @param string $name The name of the naming strategy to register.
* @param NamingStrategyInterface $strategy The naming strategy to register.
* @return void
*/
private function add($name, NamingStrategyInterface $strategy)
{
$this->namingStrategies[$name] = $strategy;
}

/**
* Checks if the naming strategy with the given name exists.
*
Expand Down

0 comments on commit 25cef45

Please # to comment.