Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
HDVinnie
2019-04-04 17:56:58 +00:00
committed by StyleCI Bot
parent 67339d7329
commit 74a556657e
14 changed files with 0 additions and 14 deletions
-1
View File
@@ -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;
-1
View File
@@ -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;
-1
View File
@@ -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;
-1
View File
@@ -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;
-1
View File
@@ -13,7 +13,6 @@
namespace App\Events;
use Illuminate\Broadcasting\Channel;
use Illuminate\Queue\SerializesModels;
use Illuminate\Broadcasting\PresenceChannel;
use Illuminate\Foundation\Events\Dispatchable;
-1
View File
@@ -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)
{
-1
View File
@@ -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)
{
-1
View File
@@ -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)
{
-1
View File
@@ -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)
{
-1
View File
@@ -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)
{
-1
View File
@@ -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)
{
-1
View File
@@ -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;
-1
View File
@@ -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)
{
-1
View File
@@ -26,7 +26,6 @@ class UsernameReminder extends Notification implements ShouldQueue
* Create a new notification instance.
*
* UsernameReminderEmail constructor.
*
*/
public function __construct()
{