Minor code style adjustments
authorAlexander Ebert <ebert@woltlab.com>
Tue, 11 May 2021 09:50:59 +0000 (11:50 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 11 May 2021 09:50:59 +0000 (11:50 +0200)
wcfsetup/install/files/lib/data/style/Style.class.php
wcfsetup/install/files/lib/data/user/cover/photo/IWebpUserCoverPhoto.class.php

index 4611e19d7296d51703d7ad6f93e01a6d05d24ad1..6e6638dca37a50dfa30e9caec30b623cc0c4e6af 100644 (file)
@@ -328,7 +328,8 @@ class Style extends DatabaseObject
     /**
      * @since 5.4
      */
-    public function getPageLogoSmallHeight(): int {
+    public function getPageLogoSmallHeight(): int
+    {
         return $this->pageLogoSmallHeight;
     }
 
index e2a3dcac57f6ed84cbbb2c2c4db565360073b9ef..15bb4a793351db024da4911581d5d37c3a208515 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>