X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=languages%2FConverterRule.php;h=a5e960f97e8d62fa5df2949ea890bf74fd20af75;hb=be25fa6f77aff92f5956a74848d3c8f59651762f;hp=40910413ebfb4b6dcc4ba45e229bcedbc4c5fec0;hpb=d0afaa88434ebcb442c6dda5c46080bbc8e86a53;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/ConverterRule.php b/languages/ConverterRule.php index 40910413eb..a5e960f97e 100644 --- a/languages/ConverterRule.php +++ b/languages/ConverterRule.php @@ -206,7 +206,7 @@ class ConverterRule { * Parse rules conversion. * @private * - * @param $variant + * @param string $variant * * @return string */ @@ -251,8 +251,8 @@ class ConverterRule { * will be ignored and the original title is shown). * * @since 1.22 - * @param $variant The variant code to display page title in - * @return String|false The converted title or false if just page name + * @param string $variant The variant code to display page title in + * @return string|bool The converted title or false if just page name */ function getRuleConvertedTitle( $variant ) { if ( $variant === $this->mConverter->mMainLanguageCode ) {