1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-07-05 09:31:05 +00:00
parent 102e31754a
commit 7894c6a69b
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ namespace Flarum\Mentions\Formatter;
use Flarum\Discussion\Discussion;
use Flarum\Http\SlugManager;
use Flarum\Post\CommentPost;
use Psr\Http\Message\ServerRequestInterface as Request;
use s9e\TextFormatter\Renderer;
use s9e\TextFormatter\Utils;

View File

@@ -9,7 +9,6 @@
namespace Flarum\Queue;
use Exception;
use Illuminate\Contracts\Debug\ExceptionHandler as ExceptionHandling;
use Psr\Log\LoggerInterface;
use Throwable;