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 Apr 7, 2024
1 parent 0c89d8c commit 440c1d8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions framework/core/src/Admin/WhenSavingSettings.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php

/*
* This file is part of Flarum.
*
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/

namespace Flarum\Admin;

use Flarum\Frontend\AssetManager;
Expand Down
1 change: 0 additions & 1 deletion framework/core/src/Extension/ExtensionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

use Flarum\Extension\Event\Disabling;
use Flarum\Foundation\AbstractServiceProvider;
use Flarum\Foundation\MaintenanceMode;
use Illuminate\Contracts\Container\Container;
use Illuminate\Contracts\Events\Dispatcher;

Expand Down
7 changes: 7 additions & 0 deletions framework/core/src/Frontend/AssetManager.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php

/*
* This file is part of Flarum.
*
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/

namespace Flarum\Frontend;

use Flarum\Locale\LocaleManager;
Expand Down

0 comments on commit 440c1d8

Please sign in to comment.