Skip to content

Commit

Permalink
Merge pull request #595 from HDInnovations/analysis-qglj15
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
HDVinnie authored Feb 22, 2019
2 parents 3c87845 + e0e1aa9 commit e585a57
Show file tree
Hide file tree
Showing 55 changed files with 92 additions and 92 deletions.
4 changes: 2 additions & 2 deletions app/Bots/CasinoBot.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

namespace App\Bots;

use Carbon\Carbon;
use App\Models\Bot;
use App\Models\User;
use App\Events\Chatter;
use App\Models\UserEcho;
use Carbon\Carbon;
use App\Models\UserAudible;
use App\Models\BotTransaction;
use App\Events\Chatter;
use App\Repositories\ChatRepository;
use App\Http\Resources\UserEchoResource;
use App\Http\Resources\UserAudibleResource;
Expand Down
4 changes: 2 additions & 2 deletions app/Bots/NerdBot.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@

namespace App\Bots;

use Carbon\Carbon;
use App\Models\Ban;
use App\Models\Bot;
use App\Models\Peer;
use App\Models\User;
use App\Events\Chatter;
use App\Models\Torrent;
use App\Models\Warning;
use App\Models\UserEcho;
use Carbon\Carbon;
use App\Models\UserAudible;
use App\Models\BotTransaction;
use App\Events\Chatter;
use App\Repositories\ChatRepository;
use App\Http\Resources\UserEchoResource;
use App\Http\Resources\UserAudibleResource;
Expand Down
6 changes: 3 additions & 3 deletions app/Bots/SystemBot.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

namespace App\Bots;

use Carbon\Carbon;
use App\Models\Bot;
use App\Models\User;
use App\Events\Chatter;
use App\Models\UserEcho;
use Carbon\Carbon;
use App\Models\UserAudible;
use App\Events\Chatter;
use App\Models\BonTransactions;
use App\Notifications\NewBon;
use App\Models\BonTransactions;
use App\Repositories\ChatRepository;
use App\Http\Resources\UserEchoResource;
use App\Http\Resources\UserAudibleResource;
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoBan.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
namespace App\Console\Commands;

use App\Models\Ban;
use App\Mail\BanUser;
use App\Models\Group;
use App\Models\Warning;
use App\Mail\BanUser;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Mail;
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoCorrectHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

namespace App\Console\Commands;

use App\Models\History;
use Carbon\Carbon;
use App\Models\History;
use Illuminate\Console\Command;

class AutoCorrectHistory extends Command
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoDeactivateWarning.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

namespace App\Console\Commands;

use App\Models\Warning;
use Carbon\Carbon;
use App\Models\Warning;
use App\Models\PrivateMessage;
use Illuminate\Console\Command;

Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoDisableInactiveUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

namespace App\Console\Commands;

use Carbon\Carbon;
use App\Models\User;
use App\Models\Group;
use Carbon\Carbon;
use Illuminate\Console\Command;
use App\Jobs\SendDisableUserMail;

Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoFlushPeers.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

namespace App\Console\Commands;

use Carbon\Carbon;
use App\Models\Peer;
use App\Models\History;
use Carbon\Carbon;
use Illuminate\Console\Command;

class AutoFlushPeers extends Command
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

namespace App\Console\Commands;

use Carbon\Carbon;
use App\Models\User;
use App\Models\Group;
use App\Models\History;
use Carbon\Carbon;
use Illuminate\Console\Command;

class AutoGroup extends Command
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoNerdStat.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

namespace App\Console\Commands;

use Carbon\Carbon;
use App\Models\Ban;
use App\Models\Peer;
use App\Models\User;
use App\Models\Torrent;
use App\Models\Warning;
use Carbon\Carbon;
use Illuminate\Console\Command;
use App\Repositories\ChatRepository;

Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoPreWarning.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

namespace App\Console\Commands;

use Carbon\Carbon;
use App\Models\User;
use App\Models\History;
use App\Models\Warning;
use Carbon\Carbon;
use App\Models\PrivateMessage;
use Illuminate\Console\Command;

Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoRecycleClaimedTorrentRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

use Carbon\Carbon;
use App\Models\TorrentRequest;
use App\Models\TorrentRequestClaim;
use Illuminate\Console\Command;
use App\Models\TorrentRequestClaim;
use App\Repositories\ChatRepository;

class AutoRecycleClaimedTorrentRequests extends Command
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoRecycleFailedLogins.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
namespace App\Console\Commands;

use Carbon\Carbon;
use App\Models\FailedLoginAttempt;
use Illuminate\Console\Command;
use App\Models\FailedLoginAttempt;

class AutoRecycleFailedLogins extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoRecycleInvites.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

namespace App\Console\Commands;

use App\Models\Invite;
use Carbon\Carbon;
use App\Models\Invite;
use Illuminate\Console\Command;

class AutoRecycleInvites extends Command
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoRemoveFeaturedTorrent.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

namespace App\Console\Commands;

use App\Models\Torrent;
use Carbon\Carbon;
use App\Models\Torrent;
use App\Models\FeaturedTorrent;
use Illuminate\Console\Command;
use App\Repositories\ChatRepository;
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoRemovePersonalFreeleech.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

use Carbon\Carbon;
use App\Models\PrivateMessage;
use App\Models\PersonalFreeleech;
use Illuminate\Console\Command;
use App\Models\PersonalFreeleech;

class AutoRemovePersonalFreeleech extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoSoftDeleteDisabledUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

namespace App\Console\Commands;

use Carbon\Carbon;
use App\Models\User;
use App\Models\Group;
use Carbon\Carbon;
use Illuminate\Console\Command;
use App\Jobs\SendDeleteUserMail;

Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/AutoWarning.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

namespace App\Console\Commands;

use Carbon\Carbon;
use App\Models\History;
use App\Models\Warning;
use Carbon\Carbon;
use App\Models\PrivateMessage;
use Illuminate\Console\Command;

Expand Down
2 changes: 1 addition & 1 deletion app/Helpers/TorrentHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
use App\Models\Wish;
use App\Models\Follow;
use App\Models\Torrent;
use App\Models\PrivateMessage;
use App\Bots\IRCAnnounceBot;
use App\Models\PrivateMessage;
use App\Notifications\NewUpload;
use App\Achievements\UserMadeUpload;
use App\Achievements\UserMade25Uploads;
Expand Down
6 changes: 3 additions & 3 deletions app/Http/Controllers/API/ChatController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

namespace App\Http\Controllers\API;

use Carbon\Carbon;
use App\Models\Bot;
use App\Models\User;
use App\Models\UserEcho;
use Carbon\Carbon;
use App\Models\UserAudible;
use App\Bots\NerdBot;
use App\Bots\CasinoBot;
use App\Bots\SystemBot;
use App\Events\Chatter;
use App\Models\UserEcho;
use App\Models\UserAudible;
use Illuminate\Http\Request;
use Illuminate\Auth\AuthManager;
use App\Http\Resources\BotResource;
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/AlbumController.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
namespace App\Http\Controllers;

use Image;
use App\Models\Album;
use Carbon\Carbon;
use App\Models\Album;
use Brian2694\Toastr\Toastr;
use Illuminate\Http\Request;
use App\Services\Clients\OmdbClient;
Expand Down
6 changes: 3 additions & 3 deletions app/Http/Controllers/AnnounceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

namespace App\Http\Controllers;

use Carbon\Carbon;
use App\Models\Peer;
use App\Models\User;
use App\Models\Group;
use App\Models\History;
use App\Models\Torrent;
use Carbon\Carbon;
use App\Models\FreeleechToken;
use App\Services\Bencode;
use App\Models\PersonalFreeleech;
use Illuminate\Http\Request;
use App\Models\FreeleechToken;
use App\Models\PersonalFreeleech;

class AnnounceController extends Controller
{
Expand Down
4 changes: 2 additions & 2 deletions app/Http/Controllers/Auth/ApplicationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
namespace App\Http\Controllers\Auth;

use App\Models\Application;
use App\Models\ApplicationUrlProof;
use Brian2694\Toastr\Toastr;
use Illuminate\Http\Request;
use App\Models\ApplicationImageProof;
use App\Models\ApplicationUrlProof;
use App\Http\Controllers\Controller;
use App\Models\ApplicationImageProof;

class ApplicationController extends Controller
{
Expand Down
10 changes: 5 additions & 5 deletions app/Http/Controllers/Auth/RegisterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@

namespace App\Http\Controllers\Auth;

use Carbon\Carbon;
use App\Models\User;
use App\Models\Group;
use App\Models\Invite;
use Carbon\Carbon;
use App\Models\UserPrivacy;
use App\Rules\Captcha;
use App\Models\PrivateMessage;
use App\Models\UserActivation;
use App\Models\UserNotification;
use App\Models\UserPrivacy;
use Brian2694\Toastr\Toastr;
use Illuminate\Http\Request;
use App\Models\PrivateMessage;
use App\Models\UserActivation;
use App\Jobs\SendActivationMail;
use App\Models\UserNotification;
use App\Http\Controllers\Controller;
use App\Repositories\ChatRepository;
use Illuminate\Support\Facades\Hash;
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/Auth/ResetPasswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
namespace App\Http\Controllers\Auth;

use App\Models\Group;
use App\Models\UserActivation;
use Illuminate\Support\Str;
use App\Models\UserActivation;
use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\ResetsPasswords;

Expand Down
8 changes: 4 additions & 4 deletions app/Http/Controllers/BonusController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@

namespace App\Http\Controllers;

use Carbon\Carbon;
use App\Models\Post;
use App\Models\User;
use App\Models\Torrent;
use Carbon\Carbon;
use App\Models\BonExchange;
use App\Models\PrivateMessage;
use App\Models\BonTransactions;
use App\Models\PersonalFreeleech;
use Brian2694\Toastr\Toastr;
use Illuminate\Http\Request;
use App\Notifications\NewBon;
use App\Models\PrivateMessage;
use App\Models\BonTransactions;
use App\Models\PersonalFreeleech;
use App\Notifications\NewPostTip;
use Illuminate\Support\Facades\DB;
use App\Notifications\NewUploadTip;
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/BugController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

namespace App\Http\Controllers;

use App\Models\User;
use App\Mail\Bug;
use App\Models\User;
use Brian2694\Toastr\Toastr;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Mail;
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/CommentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
use App\Models\Article;
use App\Models\Comment;
use App\Models\Torrent;
use App\Models\TorrentRequest;
use Brian2694\Toastr\Toastr;
use Illuminate\Http\Request;
use App\Models\TorrentRequest;
use App\Notifications\NewComment;
use App\Repositories\ChatRepository;
use App\Achievements\UserMadeComment;
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/GraveyardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

namespace App\Http\Controllers;

use Carbon\Carbon;
use App\Models\Torrent;
use App\Models\Graveyard;
use Carbon\Carbon;
use Brian2694\Toastr\Toastr;
use Illuminate\Http\Request;
use App\Repositories\TorrentFacetedRepository;
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

namespace App\Http\Controllers;

use Carbon\Carbon;
use App\Models\Poll;
use App\Models\Post;
use App\Models\User;
use App\Models\Group;
use App\Models\Topic;
use App\Models\Article;
use App\Models\Torrent;
use Carbon\Carbon;
use App\Models\FeaturedTorrent;
use App\Models\PersonalFreeleech;
use Illuminate\Support\Facades\DB;
Expand Down
Loading

0 comments on commit e585a57

Please sign in to comment.