Skip to content

Commit

Permalink
apply StyleCI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdinaryJellyfish committed Nov 29, 2023
1 parent 577bd9a commit c55fc75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions framework/core/src/Api/Controller/SetSettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
use Flarum\Settings\Event;
use Flarum\Settings\SettingsRepositoryInterface;
use Illuminate\Contracts\Events\Dispatcher;
use Laminas\Diactoros\Response;
use Illuminate\Support\Arr;
use Laminas\Diactoros\Response\EmptyResponse;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\RequestHandlerInterface;
use Illuminate\Support\Arr;

class SetSettingsController implements RequestHandlerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion framework/core/src/Extend/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
use Flarum\Foundation\ContainerUtil;
use Flarum\Settings\SettingsRepositoryInterface;
use Illuminate\Contracts\Container\Container;
use Illuminate\Support\Collection;
use Illuminate\Support\Arr;
use Illuminate\Support\Collection;

class Settings implements ExtenderInterface
{
Expand Down

0 comments on commit c55fc75

Please sign in to comment.