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 Sep 12, 2024
1 parent 1fea496 commit 6ed78e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
};
use ACPL\FlarumCache\Middleware\{
CacheControlMiddleware,
LSTagsMiddlewareAbstract,
LoginMiddleware,
LogoutMiddleware,
LSTagsMiddlewareAbstract,
PurgeCacheMiddleware,
VaryCookieMiddleware
};
Expand Down
1 change: 1 addition & 0 deletions src/Utility/LSCachePurger.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use ACPL\FlarumCache\Event\LSCachePurging;
use Illuminate\Events\Dispatcher;
use Symfony\Component\Console\{Input\ArrayInput, Output\NullOutput};

use const PHP_SAPI;

/**
Expand Down

0 comments on commit 6ed78e2

Please sign in to comment.