From 78b9440c77a879d38bfb244ea9065df7ac5f17be Mon Sep 17 00:00:00 2001 From: CobbleCity Date: Mon, 13 Oct 2014 13:02:44 +0200 Subject: [PATCH] Fixed PHPDoc --- wcfsetup/install/files/lib/util/StringUtil.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.20.1