Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'bugfix/4556' into develop
Browse files Browse the repository at this point in the history
Forward port zendframework#4556
  • Loading branch information
DASPRiD committed Jun 6, 2013
2 parents 3127359 + f8d5775 commit 8d7b06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Stdlib/Hydrator/StrategyEnabledInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface StrategyEnabledInterface
*
* @param string $name The name of the strategy to register.
* @param StrategyInterface $strategy The strategy to register.
* @return HydratorInterface
* @return StrategyEnabledInterface
*/
public function addStrategy($name, StrategyInterface $strategy);

Expand All @@ -42,7 +42,7 @@ public function hasStrategy($name);
* Removes the strategy with the given name.
*
* @param string $name The name of the strategy to remove.
* @return HydratorInterface
* @return StrategyEnabledInterface
*/
public function removeStrategy($name);
}

0 comments on commit 8d7b06a

Please sign in to comment.