From db208c6e8880c511c8827bb8c82880362ea03694 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 11 Jan 2018 14:54:20 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- nntmux/Binaries.php | 2 +- nntmux/Books.php | 2 +- nntmux/Games.php | 2 +- nntmux/Genres.php | 2 +- nntmux/Groups.php | 2 +- nntmux/Movie.php | 2 +- nntmux/Music.php | 2 +- nntmux/NameFixer.php | 2 +- nntmux/ReleaseComments.php | 2 +- nntmux/Releases.php | 2 +- nntmux/XXX.php | 2 +- nntmux/libraries/Forking.php | 2 +- nntmux/processing/Videos.php | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/nntmux/Binaries.php b/nntmux/Binaries.php index 012e70f1a..da6c0d389 100755 --- a/nntmux/Binaries.php +++ b/nntmux/Binaries.php @@ -2,10 +2,10 @@ namespace nntmux; -use Illuminate\Support\Carbon; use nntmux\db\DB; use App\Models\Group; use App\Models\Settings; +use Illuminate\Support\Carbon; use App\Models\BinaryBlacklist; use App\Models\MultigroupPoster; use Illuminate\Support\Facades\Cache; diff --git a/nntmux/Books.php b/nntmux/Books.php index 577d4598b..e53c7f7eb 100755 --- a/nntmux/Books.php +++ b/nntmux/Books.php @@ -2,7 +2,6 @@ namespace nntmux; -use Illuminate\Support\Carbon; use nntmux\db\DB; use ApaiIO\ApaiIO; use GuzzleHttp\Client; @@ -11,6 +10,7 @@ use App\Models\BookInfo; use App\Models\Category; use App\Models\Settings; use ApaiIO\Operations\Search; +use Illuminate\Support\Carbon; use ApaiIO\Request\GuzzleRequest; use Illuminate\Support\Facades\Cache; use ApaiIO\Configuration\GenericConfiguration; diff --git a/nntmux/Games.php b/nntmux/Games.php index 49e46b939..2dfacb26e 100755 --- a/nntmux/Games.php +++ b/nntmux/Games.php @@ -2,12 +2,12 @@ namespace nntmux; -use Illuminate\Support\Carbon; use nntmux\db\DB; use App\Models\Genre; use App\Models\Category; use App\Models\Settings; use App\Models\GamesInfo; +use Illuminate\Support\Carbon; use DBorsatto\GiantBomb\Client; use DBorsatto\GiantBomb\Config; use Illuminate\Support\Facades\Cache; diff --git a/nntmux/Genres.php b/nntmux/Genres.php index 72e24a8de..910fb9bee 100755 --- a/nntmux/Genres.php +++ b/nntmux/Genres.php @@ -2,10 +2,10 @@ namespace nntmux; -use Illuminate\Support\Carbon; use nntmux\db\DB; use App\Models\Genre; use App\Models\Category; +use Illuminate\Support\Carbon; use Illuminate\Support\Facades\Cache; class Genres diff --git a/nntmux/Groups.php b/nntmux/Groups.php index 5bf9fc508..0ebeb8fa5 100755 --- a/nntmux/Groups.php +++ b/nntmux/Groups.php @@ -2,12 +2,12 @@ namespace nntmux; -use Illuminate\Support\Carbon; use nntmux\db\DB; use App\Models\Group; use App\Models\Release; use App\Models\Settings; use App\Models\MissedPart; +use Illuminate\Support\Carbon; use Illuminate\Support\Facades\DB as DBFacade; class Groups diff --git a/nntmux/Movie.php b/nntmux/Movie.php index 50a78874f..65ef0a312 100755 --- a/nntmux/Movie.php +++ b/nntmux/Movie.php @@ -2,7 +2,6 @@ namespace nntmux; -use Illuminate\Support\Carbon; use nntmux\db\DB; use Tmdb\ApiToken; use aharen\OMDbAPI; @@ -11,6 +10,7 @@ use App\Models\Category; use App\Models\Settings; use App\Models\MovieInfo; use nntmux\utility\Utility; +use Illuminate\Support\Carbon; use nntmux\libraries\FanartTV; use Tmdb\Client as TmdbClient; use nntmux\processing\tv\TraktTv; diff --git a/nntmux/Music.php b/nntmux/Music.php index b636c0c4f..43da5314a 100755 --- a/nntmux/Music.php +++ b/nntmux/Music.php @@ -2,7 +2,6 @@ namespace nntmux; -use Illuminate\Support\Carbon; use nntmux\db\DB; use ApaiIO\ApaiIO; use App\Models\Genre; @@ -12,6 +11,7 @@ use App\Models\Category; use App\Models\Settings; use App\Models\MusicInfo; use ApaiIO\Operations\Search; +use Illuminate\Support\Carbon; use ApaiIO\Request\GuzzleRequest; use Illuminate\Support\Facades\Cache; use ApaiIO\Configuration\GenericConfiguration; diff --git a/nntmux/NameFixer.php b/nntmux/NameFixer.php index 26d20797e..9d992bfb5 100755 --- a/nntmux/NameFixer.php +++ b/nntmux/NameFixer.php @@ -2,12 +2,12 @@ namespace nntmux; -use Illuminate\Support\Carbon; use nntmux\db\DB; use App\Models\Predb; use App\Models\Release; use App\Models\Category; use nntmux\utility\Utility; +use Illuminate\Support\Carbon; use nntmux\processing\PostProcess; /** diff --git a/nntmux/ReleaseComments.php b/nntmux/ReleaseComments.php index 8f06d457b..bf58d1e14 100755 --- a/nntmux/ReleaseComments.php +++ b/nntmux/ReleaseComments.php @@ -2,12 +2,12 @@ namespace nntmux; -use Illuminate\Support\Carbon; use nntmux\db\DB; use App\Models\User; use App\Models\Release; use App\Models\Settings; use App\Models\ReleaseComment; +use Illuminate\Support\Carbon; /** * This class handles storage and retrieval of release comments. diff --git a/nntmux/Releases.php b/nntmux/Releases.php index 2aadc9bb1..bb2ac2556 100755 --- a/nntmux/Releases.php +++ b/nntmux/Releases.php @@ -2,12 +2,12 @@ namespace nntmux; -use Illuminate\Support\Carbon; use nntmux\db\DB; use App\Models\Release; use App\Models\Category; use App\Models\Settings; use nntmux\utility\Utility; +use Illuminate\Support\Carbon; use Illuminate\Support\Facades\Cache; /** diff --git a/nntmux/XXX.php b/nntmux/XXX.php index 069027141..6f1330d71 100755 --- a/nntmux/XXX.php +++ b/nntmux/XXX.php @@ -2,13 +2,13 @@ namespace nntmux; -use Illuminate\Support\Carbon; use nntmux\db\DB; use App\Models\Genre; use App\Models\Release; use App\Models\XxxInfo; use App\Models\Category; use App\Models\Settings; +use Illuminate\Support\Carbon; use nntmux\processing\adult\ADE; use nntmux\processing\adult\ADM; use nntmux\processing\adult\AEBN; diff --git a/nntmux/libraries/Forking.php b/nntmux/libraries/Forking.php index d19673841..63f215621 100755 --- a/nntmux/libraries/Forking.php +++ b/nntmux/libraries/Forking.php @@ -2,7 +2,6 @@ namespace nntmux\libraries; -use Illuminate\Support\Carbon; use nntmux\Nfo; use nntmux\NZB; use nntmux\NNTP; @@ -11,6 +10,7 @@ use App\Models\Tmux; use nntmux\ColorCLI; use App\Models\Release; use App\Models\Settings; +use Illuminate\Support\Carbon; use nntmux\processing\PostProcess; /** diff --git a/nntmux/processing/Videos.php b/nntmux/processing/Videos.php index 25f79c9eb..127bf6a22 100755 --- a/nntmux/processing/Videos.php +++ b/nntmux/processing/Videos.php @@ -21,11 +21,11 @@ namespace nntmux\processing; -use Illuminate\Support\Carbon; use nntmux\db\DB; use App\Models\Video; use App\Models\TvInfo; use App\Models\VideoAlias; +use Illuminate\Support\Carbon; use Illuminate\Support\Facades\Cache; /**