Skip to content

Commit 5e4dba0

Browse files
committed
Apply fixes from StyleCI
1 parent 4706d70 commit 5e4dba0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Api/ForumAttributes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace FoF\BestAnswer\Api;
1313

14-
use Flarum\Api\Context;
1514
use Flarum\Api\Schema;
1615
use Flarum\Settings\SettingsRepositoryInterface;
1716

tests/integration/api/SetBestAnswerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function setUp(): void
5959
],
6060
'group_permission' => [
6161
['group_id' => 4, 'permission' => 'discussion.selectBestAnswerNotOwnDiscussion', 'created_at' => Carbon::now()],
62-
['group_id' => 4, 'permission' => 'discussion.fof-best-answer.allow_select_own_post', 'created_at' => Carbon::now()]
62+
['group_id' => 4, 'permission' => 'discussion.fof-best-answer.allow_select_own_post', 'created_at' => Carbon::now()],
6363
],
6464
'group_user' => [
6565
['user_id' => 4, 'group_id' => 4],

0 commit comments

Comments
 (0)