Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-02-14 22:09:18 +00:00
committed by StyleCI Bot
parent 314e601e44
commit 3fb10340d3
91 changed files with 130 additions and 130 deletions
@@ -5,19 +5,19 @@ namespace Blacklight\processing\post;
use Blacklight\Nfo;
use Blacklight\NZB;
use Blacklight\NNTP;
use Blacklight\db\DB;
use Blacklight\ColorCLI;
use Blacklight\Releases;
use App\Models\Group;
use Blacklight\NameFixer;
use Blacklight\Categorize;
use Blacklight\db\DB;
use App\Models\Release;
use App\Models\Category;
use App\Models\Settings;
use Blacklight\ColorCLI;
use Blacklight\Releases;
use Blacklight\NameFixer;
use Blacklight\Categorize;
use App\Models\ReleaseFile;
use Blacklight\ReleaseExtra;
use Blacklight\ReleaseImage;
use Blacklight\SphinxSearch;
use App\Models\ReleaseFile;
use Blacklight\utility\Utility;
use dariusiii\rarinfo\Par2Info;
use dariusiii\rarinfo\ArchiveInfo;