Completed
Branch dev (c992ef)
by Darko
06:17
created
nntmux/Categorize.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace nntmux;
4 4
 
5
-use App\Models\Group;
6 5
 use App\Models\Category;
6
+use App\Models\Group;
7 7
 use App\Models\Settings;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
nntmux/http/API.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
21 21
 
22 22
 namespace nntmux\http;
23 23
 
24
-use App\Models\Group;
25
-use App\Models\Category;
26 24
 use App\Models\AudioData;
25
+use App\Models\Category;
26
+use App\Models\Group;
27 27
 use nntmux\utility\Utility;
28 28
 
29 29
 /**
Please login to merge, or discard this patch.
nntmux/http/RSS.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace nntmux\http;
4 4
 
5
+use App\Models\Category;
5 6
 use nntmux\NZB;
6 7
 use nntmux\Releases;
7
-use App\Models\Category;
8 8
 
9 9
 /**
10 10
  * Class RSS -- contains specific functions for RSS.
Please login to merge, or discard this patch.
nntmux/NameFixer.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace nntmux;
4 4
 
5
-use nntmux\db\DB;
5
+use App\Models\Category;
6 6
 use App\Models\Group;
7 7
 use App\Models\Predb;
8 8
 use App\Models\Release;
9
-use App\Models\Category;
10
-use nntmux\utility\Utility;
11 9
 use Illuminate\Support\Carbon;
10
+use nntmux\db\DB;
12 11
 use nntmux\processing\PostProcess;
12
+use nntmux\utility\Utility;
13 13
 
14 14
 /**
15 15
  * Class NameFixer.
Please login to merge, or discard this patch.
nntmux/processing/post/AniDB.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace nntmux\processing\post;
4 4
 
5
-use nntmux\NZB;
6
-use nntmux\db\DB;
7
-use nntmux\ColorCLI;
5
+use App\Models\AnidbEpisode;
8 6
 use App\Models\Category;
9 7
 use App\Models\Settings;
10
-use App\Models\AnidbEpisode;
8
+use nntmux\ColorCLI;
9
+use nntmux\NZB;
10
+use nntmux\db\DB;
11 11
 use nntmux\db\populate\AniDB as PaDb;
12 12
 
13 13
 class AniDB
Please login to merge, or discard this patch.
nntmux/processing/ProcessReleases.php 1 patch
Unused Use Statements   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -2,24 +2,24 @@
 block discarded – undo
2 2
 
3 3
 namespace nntmux\processing;
4 4
 
5
-use nntmux\NZB;
6
-use nntmux\NNTP;
7
-use nntmux\db\DB;
8
-use nntmux\Genres;
9
-use nntmux\ColorCLI;
10
-use nntmux\Releases;
5
+use App\Models\Category;
11 6
 use App\Models\Group;
7
+use App\Models\MultigroupPoster;
12 8
 use App\Models\Predb;
13
-use nntmux\Categorize;
14 9
 use App\Models\Release;
15
-use App\Models\Category;
10
+use App\Models\ReleaseRegex;
11
+use App\Models\ReleasesGroups;
16 12
 use App\Models\Settings;
13
+use nntmux\Categorize;
14
+use nntmux\ColorCLI;
17 15
 use nntmux\ConsoleTools;
18
-use nntmux\ReleaseImage;
16
+use nntmux\Genres;
17
+use nntmux\NNTP;
18
+use nntmux\NZB;
19 19
 use nntmux\ReleaseCleaning;
20
-use App\Models\ReleaseRegex;
21
-use App\Models\ReleasesGroups;
22
-use App\Models\MultigroupPoster;
20
+use nntmux\ReleaseImage;
21
+use nntmux\Releases;
22
+use nntmux\db\DB;
23 23
 
24 24
 class ProcessReleases
25 25
 {
Please login to merge, or discard this patch.
nntmux/processing/ProcessReleasesMultiGroup.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace nntmux\processing;
4 4
 
5
-use nntmux\NZBMultiGroup;
6 5
 use App\Models\MultigroupPoster;
6
+use nntmux\NZBMultiGroup;
7 7
 
8 8
 class ProcessReleasesMultiGroup extends ProcessReleases
9 9
 {
Please login to merge, or discard this patch.
nntmux/Regexes.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace nntmux;
4 4
 
5
-use nntmux\db\DB;
5
+use App\Models\Category;
6 6
 use App\Models\Group;
7 7
 use App\Models\Release;
8
-use App\Models\Category;
8
+use nntmux\db\DB;
9 9
 
10 10
 class Regexes
11 11
 {
Please login to merge, or discard this patch.
nntmux/ReleaseRemover.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace nntmux;
4 4
 
5
-use nntmux\db\DB;
6 5
 use App\Models\Category;
6
+use nntmux\db\DB;
7 7
 
8 8
 /**
9 9
  * Handles removing of various unwanted releases.
Please login to merge, or discard this patch.