Skip to content

Commit fcc04d2

Browse files
committed
Apply fixes from StyleCI
1 parent b4ecb1f commit fcc04d2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

extensions/realtime/src/Content/ForumContent.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* This file is part of Flarum.
5+
*
6+
* For detailed copyright and license information, please view the
7+
* LICENSE file that was distributed with this source code.
8+
*/
9+
310
namespace Flarum\Realtime\Content;
411

512
use Flarum\Frontend\Document;
@@ -11,7 +18,7 @@ public function __construct(
1118
protected SettingsRepositoryInterface $settings
1219
) {
1320
}
14-
21+
1522
public function __invoke(Document $document): void
1623
{
1724
$document->payload['flarum-realtime.typing-indicator'] = (bool) $this->settings->get('flarum-realtime.typing-indicator');

0 commit comments

Comments
 (0)