From: Alexander Ebert Date: Tue, 11 May 2021 09:50:59 +0000 (+0200) Subject: Minor code style adjustments X-Git-Tag: 5.4.0_Alpha_2~6^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=97e21991ce00cd40785e894d8056736b9b1455c2;p=GitHub%2FWoltLab%2FWCF.git Minor code style adjustments --- diff --git a/wcfsetup/install/files/lib/data/style/Style.class.php b/wcfsetup/install/files/lib/data/style/Style.class.php index 4611e19d72..6e6638dca3 100644 --- a/wcfsetup/install/files/lib/data/style/Style.class.php +++ b/wcfsetup/install/files/lib/data/style/Style.class.php @@ -328,7 +328,8 @@ class Style extends DatabaseObject /** * @since 5.4 */ - public function getPageLogoSmallHeight(): int { + public function getPageLogoSmallHeight(): int + { return $this->pageLogoSmallHeight; } diff --git a/wcfsetup/install/files/lib/data/user/cover/photo/IWebpUserCoverPhoto.class.php b/wcfsetup/install/files/lib/data/user/cover/photo/IWebpUserCoverPhoto.class.php index e2a3dcac57..15bb4a7933 100644 --- a/wcfsetup/install/files/lib/data/user/cover/photo/IWebpUserCoverPhoto.class.php +++ b/wcfsetup/install/files/lib/data/user/cover/photo/IWebpUserCoverPhoto.class.php @@ -4,7 +4,7 @@ namespace wcf\data\user\cover\photo; /** * Any displayable cover photo type should implement this class. - * + * * @author Alexander Ebert * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License