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 Sep 13, 2023
1 parent feff34c commit bac74a7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion framework/core/src/Formatter/HtmlRenderer.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\Formatter;

/**
Expand All @@ -10,7 +17,7 @@ class HtmlRenderer
public function __construct(public Formatter $formatter)
{
}

public function render(string $content): string
{
return $this->formatter->render($this->formatter->parse($content));
Expand Down

0 comments on commit bac74a7

Please sign in to comment.