From: Alexander Ebert Date: Wed, 18 Jan 2017 10:25:40 +0000 (+0100) Subject: Fixed use-statement order X-Git-Tag: 3.0.1~14 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5f39adb71422bff62fb7515e29ee95f2c68c8dd2;p=GitHub%2FWoltLab%2FWCF.git Fixed use-statement order --- diff --git a/wcfsetup/install/files/lib/data/style/StyleEditor.class.php b/wcfsetup/install/files/lib/data/style/StyleEditor.class.php index 6cc3ffffbf..62a1d98a95 100644 --- a/wcfsetup/install/files/lib/data/style/StyleEditor.class.php +++ b/wcfsetup/install/files/lib/data/style/StyleEditor.class.php @@ -18,8 +18,8 @@ use wcf\system\io\TarWriter; use wcf\system\language\LanguageFactory; use wcf\system\package\PackageArchive; use wcf\system\style\StyleCompiler; -use wcf\system\Regex; use wcf\system\style\StyleHandler; +use wcf\system\Regex; use wcf\system\WCF; use wcf\util\DateUtil; use wcf\util\FileUtil;