X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=languages%2Fclasses%2FLanguageHsb.php;h=a862d42edc5d79b7f3a01364eb4105570a14a535;hb=6b66221bda831554bb40437a925e2625232f81ce;hp=acf0122b69287421ae143ffc0c525a3419fa950b;hpb=d16f223edf4dcb24b77160ce0be86ef9f9c940fd;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/classes/LanguageHsb.php b/languages/classes/LanguageHsb.php index acf0122b69..a862d42edc 100644 --- a/languages/classes/LanguageHsb.php +++ b/languages/classes/LanguageHsb.php @@ -27,7 +27,6 @@ * @ingroup Language */ class LanguageHsb extends Language { - /** * Convert from the nominative form of a noun to some other case * Invoked with {{grammar:case|word}} @@ -51,7 +50,8 @@ class LanguageHsb 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; } - }