Code style
authorAlexander Ebert <ebert@woltlab.com>
Mon, 11 Apr 2016 23:01:37 +0000 (01:01 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 11 Apr 2016 23:01:37 +0000 (01:01 +0200)
Travis, staph! Blame the user who messed it up in the first place, not
me :(

wcfsetup/install/files/lib/system/box/AbstractBoxController.class.php
wcfsetup/install/files/lib/system/box/IBoxController.class.php

index ad303dbcd3fa819dcb953c5d50b2f5f915f43b44..504c5b09bd13c65f28043c234e64b08c9ae05b34 100644 (file)
@@ -113,5 +113,5 @@ abstract class AbstractBoxController implements IBoxController {
        /**
         * Loads the content of this box.
         */
-       protected abstract function loadContent();
+       abstract protected function loadContent();
 }
index c22f23e31355812f34f38c7537525bf9d13a353b..a0e35802123e58f7fa554bf16ad61de7ca0e0145 100644 (file)
@@ -82,4 +82,4 @@ interface IBoxController {
         * @return      string[]
         */
        public function getSupportedPositions();
-}
\ No newline at end of file
+}