Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 24, 2025
1 parent c04dd09 commit c084d87
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/integration/notifications/NotificationsCountTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of fof/follow-tags.
*
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace FoF\FollowTags\Tests\integration\notifications;

use Carbon\Carbon;
Expand Down Expand Up @@ -192,4 +201,4 @@ public function single_notification_sent_when_following_tag_and_subtag_and_discu
$this->assertEquals(1, Notification::query()->first()->from_user_id);
$this->assertEquals(2, Notification::query()->first()->user_id);
}
}
}

0 comments on commit c084d87

Please sign in to comment.