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 Nov 11, 2024
1 parent 62924fb commit 597bc4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/SaveBestAnswerToDatabaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
use Flarum\Discussion\Discussion;
use Flarum\Discussion\Event\Saving;
use Flarum\Notification\NotificationSyncer;
use Flarum\Settings\SettingsRepositoryInterface;
use Flarum\Testing\unit\TestCase;
use Flarum\User\User;
use FoF\BestAnswer\Listeners\SaveBestAnswerToDatabase;
use FoF\BestAnswer\Notification\SelectBestAnswerBlueprint;
use FoF\BestAnswer\Repository\BestAnswerRepository;
use Illuminate\Events\Dispatcher;
use Mockery as m;
use Symfony\Contracts\Translation\TranslatorInterface;

class SaveBestAnswerToDatabaseTest extends TestCase
{
Expand Down

0 comments on commit 597bc4a

Please sign in to comment.