Skip to content

Commit

Permalink
merged branch jakzal/docblock-cleanup (PR symfony#9028)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.2 branch.

Discussion
----------

[Translation] Removed a @return annotation

This is the only `@return null` left...

Commits
-------

d6f4def [Translation] Removed an unneeded return annotation.
  • Loading branch information
fabpot committed Sep 13, 2013
2 parents 96165bc + d6f4def commit e6c1eef
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 e6c1eef

Please sign in to comment.