From 4cbb97102546f165de4199d8c4f8fdd3e54ca041 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 12 Apr 2016 01:01:37 +0200 Subject: [PATCH] Code style Travis, staph! Blame the user who messed it up in the first place, not me :( --- .../files/lib/system/box/AbstractBoxController.class.php | 2 +- wcfsetup/install/files/lib/system/box/IBoxController.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/box/AbstractBoxController.class.php b/wcfsetup/install/files/lib/system/box/AbstractBoxController.class.php index ad303dbcd3..504c5b09bd 100644 --- a/wcfsetup/install/files/lib/system/box/AbstractBoxController.class.php +++ b/wcfsetup/install/files/lib/system/box/AbstractBoxController.class.php @@ -113,5 +113,5 @@ abstract class AbstractBoxController implements IBoxController { /** * Loads the content of this box. */ - protected abstract function loadContent(); + abstract protected function loadContent(); } diff --git a/wcfsetup/install/files/lib/system/box/IBoxController.class.php b/wcfsetup/install/files/lib/system/box/IBoxController.class.php index c22f23e313..a0e3580212 100644 --- a/wcfsetup/install/files/lib/system/box/IBoxController.class.php +++ b/wcfsetup/install/files/lib/system/box/IBoxController.class.php @@ -82,4 +82,4 @@ interface IBoxController { * @return string[] */ public function getSupportedPositions(); -} \ No newline at end of file +} -- 2.20.1