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

Commit

Permalink
Merge branch 'bugfix/4556'
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Jun 6, 2013
2 parents fdeb27b + dba0884 commit c9418a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/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 c9418a6

Please sign in to comment.