Skip to content

Commit 00d74c5

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 63afd77 commit 00d74c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Services/AIContentSafety.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
namespace OrdinaryJellyfish\Sentra\Services;
2222

23+
use Flarum\Post\Post;
2324
use Flarum\Settings\SettingsRepositoryInterface;
24-
use s9e\TextFormatter\Utils\ParsedDOM;
2525
use GuzzleHttp\Client as GuzzleClient;
26-
use Flarum\Post\Post;
26+
use s9e\TextFormatter\Utils\ParsedDOM;
2727

2828
class AIContentSafety
2929
{

0 commit comments

Comments
 (0)