Skip to content

Commit

Permalink
[Translation] Removed an unneeded return annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Sep 13, 2013
1 parent 7d7b583 commit d6f4def
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Symfony/Component/Translation/PluralizationRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ public static function get($number, $locale)
* @param string $rule A PHP callable
* @param string $locale The locale
*
* @return null
*
* @throws \LogicException
*/
public static function set($rule, $locale)
Expand Down

0 comments on commit d6f4def

Please sign in to comment.