From 6f75fd6264a86c8951de6d6a448a86c21d4beca8 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 25 Dec 2017 23:15:11 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- nntmux/NZBVortex.php | 2 +- public/admin/release-files.php | 2 +- public/admin/site-stats.php | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/nntmux/NZBVortex.php b/nntmux/NZBVortex.php index 40c521322..629a414fb 100755 --- a/nntmux/NZBVortex.php +++ b/nntmux/NZBVortex.php @@ -2,8 +2,8 @@ namespace nntmux; -use App\Models\User; use Page; +use App\Models\User; final class NZBVortex { diff --git a/public/admin/release-files.php b/public/admin/release-files.php index cc8ab3b0b..6030a3289 100644 --- a/public/admin/release-files.php +++ b/public/admin/release-files.php @@ -2,9 +2,9 @@ require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'smarty.php'; -use App\Models\User; use nntmux\NZB; use nntmux\db\DB; +use App\Models\User; use nntmux\Releases; $page = new AdminPage; diff --git a/public/admin/site-stats.php b/public/admin/site-stats.php index 7d1c097ed..88d3e0623 100644 --- a/public/admin/site-stats.php +++ b/public/admin/site-stats.php @@ -3,7 +3,6 @@ require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'smarty.php'; use App\Models\User; -use nntmux\Users; use nntmux\Releases; use App\Models\UserRole;