[TOOLS] Continue raising PHPStan level to 6
This commit is contained in:
@@ -43,7 +43,8 @@ class MarkdownNotes extends Plugin
|
||||
$types['Markdown'] = 'text/markdown';
|
||||
return Event::next;
|
||||
}
|
||||
public function onRenderNoteContent($content, $content_type, &$rendered): EventResult
|
||||
|
||||
public function onRenderNoteContent(string $content, string $content_type, string &$rendered): EventResult
|
||||
{
|
||||
if ($content_type !== 'text/markdown') {
|
||||
return Event::next;
|
||||
|
Reference in New Issue
Block a user