From: Alexander Ebert Date: Fri, 11 Mar 2016 21:01:01 +0000 (+0100) Subject: Fixed code style X-Git-Tag: 3.0.0_Beta_1~2030^2~25 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ca80ee74aa84084b793cf76b334b843c4f08ae7c;p=GitHub%2FWoltLab%2FWCF.git Fixed code style --- diff --git a/wcfsetup/install/files/lib/system/page/handler/AbstractMenuPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/AbstractMenuPageHandler.class.php index ac7c4abdc9..5070f9430a 100644 --- a/wcfsetup/install/files/lib/system/page/handler/AbstractMenuPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/AbstractMenuPageHandler.class.php @@ -15,7 +15,7 @@ namespace wcf\system\page\handler; * @category Community Framework * @since 2.2 */ -abstract class AbstractMenuPageHandler implements IMenuPageHandler{ +abstract class AbstractMenuPageHandler implements IMenuPageHandler { /** * @inheritDoc */