From db96332ffcaa51dd5952b758c7209d4d079cf8f1 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 23 Sep 2015 17:46:21 +0200 Subject: [PATCH] Fix code formatting --- .../files/lib/data/TLegacyUserPropertyAccess.class.php | 2 +- wcfsetup/install/files/lib/page/AttachmentPage.class.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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() -- 2.20.1