From ca80ee74aa84084b793cf76b334b843c4f08ae7c Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 11 Mar 2016 22:01:01 +0100 Subject: [PATCH] Fixed code style --- .../lib/system/page/handler/AbstractMenuPageHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1