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
2024-12-31 16:58:29 +00:00
parent a1e1f6ad33
commit 8dd9455f68
3 changed files with 15 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ class GatherDebugInformation implements Middleware
$currentUser = get_current_user();
if ($user !== $currentUser) {
$this->settings->set(
"core.debug.web_user",
'core.debug.web_user',
$currentUser
);
}

View File

@@ -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\Foundation\Info\Section;
use Flarum\Foundation\ApplicationInfoProvider;

View File

@@ -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\Foundation\Info\Section;
use Flarum\Foundation\Info\RendererInterface;