X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=languages%2Fclasses%2FLanguageDsb.php;h=2a21307e2f39633335ac16de55c734c7651bcb7e;hb=af420fe8b5e2f56346c58c3bdf8dcb7bd2b10f9b;hp=21ff4280af1cca7da67719075b9f0a0e9cf2f1c8;hpb=581159d52f4074c5b4da7e4554f7d623d723ee6e;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; } - }