From c7117616812c4336fe289f28695788881084d0e1 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 1 Jun 2016 17:48:07 +0200 Subject: [PATCH] Fix use statement order (partially by removing unused imports) --- wcfsetup/install/files/lib/data/page/PageEditor.class.php | 2 +- .../system/html/input/node/HtmlInputNodeProcessor.class.php | 5 ----- .../system/html/input/node/HtmlInputNodeTextParser.class.php | 4 ---- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/wcfsetup/install/files/lib/data/page/PageEditor.class.php b/wcfsetup/install/files/lib/data/page/PageEditor.class.php index d75bce1e01..51a757b351 100644 --- a/wcfsetup/install/files/lib/data/page/PageEditor.class.php +++ b/wcfsetup/install/files/lib/data/page/PageEditor.class.php @@ -1,8 +1,8 @@