From d88de62adb42e48f13ab09de01fcd10683049069 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 15 Jun 2016 00:26:20 +0200 Subject: [PATCH] Renamed WCF to WSC / Removed obsolete phpdoc tags --- wcfsetup/install/files/lib/util/PasswordUtil.class.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/wcfsetup/install/files/lib/util/PasswordUtil.class.php b/wcfsetup/install/files/lib/util/PasswordUtil.class.php index 320c52a560..25e4164d06 100644 --- a/wcfsetup/install/files/lib/util/PasswordUtil.class.php +++ b/wcfsetup/install/files/lib/util/PasswordUtil.class.php @@ -9,9 +9,7 @@ use wcf\system\Regex; * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @package com.woltlab.wcf - * @subpackage util - * @category Community Framework + * @package WoltLabSuite\Core\Util */ final class PasswordUtil { /** @@ -43,7 +41,7 @@ final class PasswordUtil { 'vb5', // vBulletin 5.x 'wbb2', // WoltLab Burning Board 2.x 'wcf1', // WoltLab Community Framework 1.x - 'wcf2', // WoltLab Community Framework 2.x + 'wcf2', // WoltLab Suite 3.x / WoltLab Community Framework 2.x 'xf1', // XenForo 1.0 / 1.1 'xf12', // XenForo 1.2+ 'joomla1', // Joomla 1.x @@ -580,7 +578,7 @@ final class PasswordUtil { } /** - * Validates the password hash for WoltLab Community Framework 2.x (wcf2). + * Validates the password hash for Woltlab Suite 3.x / WoltLab Community Framework 2.x (wcf2). * * @param string $username * @param string $password -- 2.20.1