mirror of
https://github.com/flarum/core.git
synced 2025-08-12 03:14:33 +02:00
Apply fixes from StyleCI
This commit is contained in:
committed by
Daniël Klabbers
parent
9f3d6a9a1f
commit
87437d1bdc
@@ -1,9 +1,16 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Flarum.
|
||||||
|
*
|
||||||
|
* (c) Toby Zerner <toby.zerner@gmail.com>
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Flarum\Subscriptions\Job;
|
namespace Flarum\Subscriptions\Job;
|
||||||
|
|
||||||
|
|
||||||
use Flarum\Notification\NotificationSyncer;
|
use Flarum\Notification\NotificationSyncer;
|
||||||
use Flarum\Post\Post;
|
use Flarum\Post\Post;
|
||||||
use Flarum\Subscriptions\Notification\NewPostBlueprint;
|
use Flarum\Subscriptions\Notification\NewPostBlueprint;
|
||||||
@@ -35,7 +42,8 @@ class SendReplyNotification implements ShouldQueue
|
|||||||
$this->lastPostNumber = $lastPostNumber;
|
$this->lastPostNumber = $lastPostNumber;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function handle(NotificationSyncer $notifications) {
|
public function handle(NotificationSyncer $notifications)
|
||||||
|
{
|
||||||
$post = $this->post;
|
$post = $this->post;
|
||||||
$discussion = $post->discussion;
|
$discussion = $post->discussion;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user