[Translation] Removed an unneeded return annotation.

This commit is contained in:
Jakub Zalas 2013-09-13 13:15:01 +01:00
parent 7d7b583851
commit d6f4def1a3
1 changed files with 0 additions and 2 deletions

View File

@ -193,8 +193,6 @@ class PluralizationRules
* @param string $rule A PHP callable
* @param string $locale The locale
*
* @return null
*
* @throws \LogicException
*/
public static function set($rule, $locale)