From: Matthias Schmidt Date: Wed, 23 Sep 2015 15:46:21 +0000 (+0200) Subject: Fix code formatting X-Git-Tag: 3.0.0_Beta_1~2125 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=db96332ffcaa51dd5952b758c7209d4d079cf8f1;p=GitHub%2FWoltLab%2FWCF.git Fix code formatting --- diff --git a/wcfsetup/install/files/lib/data/TLegacyUserPropertyAccess.class.php b/wcfsetup/install/files/lib/data/TLegacyUserPropertyAccess.class.php index 399b65b975..ccd72207c5 100644 --- a/wcfsetup/install/files/lib/data/TLegacyUserPropertyAccess.class.php +++ b/wcfsetup/install/files/lib/data/TLegacyUserPropertyAccess.class.php @@ -3,7 +3,7 @@ namespace wcf\data; /** * Provides legacy access to the properties of the related user profile object. - * + * * @author Matthias Schmidt * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License diff --git a/wcfsetup/install/files/lib/page/AttachmentPage.class.php b/wcfsetup/install/files/lib/page/AttachmentPage.class.php index 9fad13d30b..158e9eaad5 100644 --- a/wcfsetup/install/files/lib/page/AttachmentPage.class.php +++ b/wcfsetup/install/files/lib/page/AttachmentPage.class.php @@ -62,9 +62,9 @@ class AttachmentPage extends AbstractPage { /** * etag for this attachment - * @var string + * @var string */ - public $eTag = null; + public $eTag = null; /** * @see \wcf\page\IPage::readParameters()