From: Matthias Schmidt Date: Sun, 27 Mar 2016 11:36:09 +0000 (+0200) Subject: Fix class documentation X-Git-Tag: 3.0.0_Beta_1~1286^2~20 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7b9d4a5dee80ddc021e8342b129e11ab75d3f801;p=GitHub%2FWoltLab%2FWCF.git Fix class documentation --- diff --git a/wcfsetup/install/files/lib/system/page/handler/UserPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/UserPageHandler.class.php index c4a2ca8433..87982f0f43 100644 --- a/wcfsetup/install/files/lib/system/page/handler/UserPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/UserPageHandler.class.php @@ -10,10 +10,10 @@ use wcf\system\WCF; * * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH - * @license WoltLab License - * @package com.woltlab.wbb + * @license GNU Lesser General Public License + * @package com.woltlab.wcf * @subpackage system.page.handler - * @category Burning Board + * @category Community Framework * @since 2.2 */ class UserPageHandler extends AbstractMenuPageHandler implements IOnlineLocationPageHandler {