Apply fixes from StyleCI

This commit is contained in:
datitisev 2019-10-05 20:16:57 +00:00 committed by Daniël Klabbers
parent 9f3d6a9a1f
commit 87437d1bdc

View File

@ -1,9 +1,16 @@
<?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;
use Flarum\Notification\NotificationSyncer;
use Flarum\Post\Post;
use Flarum\Subscriptions\Notification\NewPostBlueprint;
@ -35,7 +42,8 @@ class SendReplyNotification implements ShouldQueue
$this->lastPostNumber = $lastPostNumber;
}
public function handle(NotificationSyncer $notifications) {
public function handle(NotificationSyncer $notifications)
{
$post = $this->post;
$discussion = $post->discussion;