mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Apply fixes from StyleCI
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user