mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-28 14:31:10 -05:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
namespace App\Events;
|
||||
|
||||
use App\Models\Message;
|
||||
use Illuminate\Broadcasting\Channel;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use Illuminate\Broadcasting\PrivateChannel;
|
||||
use Illuminate\Foundation\Events\Dispatchable;
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
namespace App\Events;
|
||||
|
||||
use App\Models\Message;
|
||||
use Illuminate\Broadcasting\Channel;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use Illuminate\Broadcasting\PresenceChannel;
|
||||
use Illuminate\Foundation\Events\Dispatchable;
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
namespace App\Events;
|
||||
|
||||
use App\Models\Message;
|
||||
use Illuminate\Broadcasting\Channel;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use App\Http\Resources\ChatMessageResource;
|
||||
use Illuminate\Broadcasting\PresenceChannel;
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
namespace App\Events;
|
||||
|
||||
use App\Models\Message;
|
||||
use Illuminate\Broadcasting\Channel;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use App\Http\Resources\ChatMessageResource;
|
||||
use Illuminate\Broadcasting\PresenceChannel;
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
namespace App\Events;
|
||||
|
||||
use Illuminate\Broadcasting\Channel;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use Illuminate\Broadcasting\PresenceChannel;
|
||||
use Illuminate\Foundation\Events\Dispatchable;
|
||||
|
||||
@@ -32,7 +32,6 @@ class NewBon extends Notification implements ShouldQueue
|
||||
* @param string $type
|
||||
* @param string $sender
|
||||
* @param BonTransactions $transaction
|
||||
*
|
||||
*/
|
||||
public function __construct(string $type, string $sender, BonTransactions $transaction)
|
||||
{
|
||||
|
||||
@@ -32,7 +32,6 @@ class NewCommentTag extends Notification implements ShouldQueue
|
||||
* @param string $type
|
||||
* @param string $tagger
|
||||
* @param Comment $comment
|
||||
*
|
||||
*/
|
||||
public function __construct(string $type, string $tagger, Comment $comment)
|
||||
{
|
||||
|
||||
@@ -35,7 +35,6 @@ class NewFollow extends Notification implements ShouldQueue
|
||||
* @param User $sender
|
||||
* @param User $target
|
||||
* @param Follow $follow
|
||||
*
|
||||
*/
|
||||
public function __construct(string $type, User $sender, User $target, Follow $follow)
|
||||
{
|
||||
|
||||
@@ -32,7 +32,6 @@ class NewPostTag extends Notification implements ShouldQueue
|
||||
* @param string $type
|
||||
* @param string $tagger
|
||||
* @param Post $post
|
||||
*
|
||||
*/
|
||||
public function __construct(string $type, string $tagger, Post $post)
|
||||
{
|
||||
|
||||
@@ -34,7 +34,6 @@ class NewPostTip extends Notification implements ShouldQueue
|
||||
* @param string $tipper
|
||||
* @param $amount
|
||||
* @param Post $post
|
||||
*
|
||||
*/
|
||||
public function __construct(string $type, string $tipper, $amount, Post $post)
|
||||
{
|
||||
|
||||
@@ -33,7 +33,6 @@ class NewTopic extends Notification implements ShouldQueue
|
||||
* @param string $type
|
||||
* @param User $poster
|
||||
* @param Topic $topic
|
||||
*
|
||||
*/
|
||||
public function __construct(string $type, User $poster, Topic $topic)
|
||||
{
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
namespace App\Notifications;
|
||||
|
||||
use App\Models\User;
|
||||
use App\Models\Follow;
|
||||
use Illuminate\Bus\Queueable;
|
||||
use Illuminate\Notifications\Notification;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
|
||||
@@ -34,7 +34,6 @@ class NewUploadTip extends Notification implements ShouldQueue
|
||||
* @param string $tipper
|
||||
* @param $amount
|
||||
* @param Torrent $torrent
|
||||
*
|
||||
*/
|
||||
public function __construct(string $type, string $tipper, $amount, Torrent $torrent)
|
||||
{
|
||||
|
||||
@@ -26,7 +26,6 @@ class UsernameReminder extends Notification implements ShouldQueue
|
||||
* Create a new notification instance.
|
||||
*
|
||||
* UsernameReminderEmail constructor.
|
||||
*
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user