From: CobbleCity Date: Mon, 13 Oct 2014 11:02:44 +0000 (+0200) Subject: Fixed PHPDoc X-Git-Tag: 2.1.0_Alpha_1~238^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=78b9440c77a879d38bfb244ea9065df7ac5f17be;p=GitHub%2FWoltLab%2FWCF.git Fixed PHPDoc --- diff --git a/wcfsetup/install/files/lib/util/StringUtil.class.php b/wcfsetup/install/files/lib/util/StringUtil.class.php index 6742c59606..b7f891df12 100644 --- a/wcfsetup/install/files/lib/util/StringUtil.class.php +++ b/wcfsetup/install/files/lib/util/StringUtil.class.php @@ -63,9 +63,9 @@ final class StringUtil { } /** - * Swallowes whitespace from beginnung and end of the string. + * Swallowes whitespace from beginning and end of the string. * - * @param string $string + * @param string $text * @return string */ public static function trim($text) {