X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=languages%2Fclasses%2FLanguageDsb.php;h=2a21307e2f39633335ac16de55c734c7651bcb7e;hb=e0a74a848c80cdf2b51930796e2086f995264366;hp=21ff4280af1cca7da67719075b9f0a0e9cf2f1c8;hpb=f9a88733ee9d4987b375147001ec6f9895748407;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/classes/LanguageDsb.php b/languages/classes/LanguageDsb.php index 21ff4280af..2a21307e2f 100644 --- a/languages/classes/LanguageDsb.php +++ b/languages/classes/LanguageDsb.php @@ -28,7 +28,6 @@ * @ingroup Language */ class LanguageDsb extends Language { - /** * Convert from the nominative form of a noun to some other case * Invoked with {{grammar:case|word}} @@ -51,7 +50,8 @@ class LanguageDsb extends Language { break; } - return $word; # this will return the original value for 'nominatiw' (nominativ) and all undefined case values + # this will return the original value for 'nominatiw' (nominativ) and + # all undefined case values. + return $word; } - }