Add reference links to docblock

This commit is contained in:
ADmad 2014-12-09 00:03:24 +05:30
parent 850edf47a0
commit 31c7b01c3a

View file

@ -311,7 +311,8 @@ class I18n {
* @param string $header Type * @param string $header Type
* @param int $n Number * @param int $n Number
* @return int plural match * @return int plural match
* @see * @link http://localization-guide.readthedocs.org/en/latest/l10n/pluralforms.html
* @link https://developer.mozilla.org/en-US/docs/Mozilla/Localization/Localization_and_Plurals#List_of_Plural_Rules
*/ */
protected function _pluralGuess($header, $n) { protected function _pluralGuess($header, $n) {
if (!is_string($header) || $header === "nplurals=1;plural=0;" || !isset($header[0])) { if (!is_string($header) || $header === "nplurals=1;plural=0;" || !isset($header[0])) {