Skip to content

Commit

Permalink
chore: apply styleci fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sami Mazouz <[email protected]>
  • Loading branch information
SychO9 committed Apr 16, 2023
1 parent efbe255 commit fea5dd0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
namespace Flarum\Mentions\tests\integration\api\NotificationsTest;

use Carbon\Carbon;
use Flarum\Group\Group;
use Flarum\Testing\integration\RetrievesAuthorizedUsers;
use Flarum\Testing\integration\TestCase;
use Flarum\User\User;
use Flarum\Group\Group;

class NotificationsTest extends TestCase
{
Expand Down Expand Up @@ -62,7 +62,7 @@ public function approving_reply_sends_mention_notification()
->where('group_id', Group::MEMBER_ID)
->where('permission', 'discussion.replyWithoutApproval')
->delete();

/** @var User $mainUser */
$mainUser = User::query()->find(2);

Expand Down Expand Up @@ -101,4 +101,4 @@ public function approving_reply_sends_mention_notification()
])
);
}
}
}

0 comments on commit fea5dd0

Please sign in to comment.