Fix more standards

This commit is contained in:
Michael 2023-04-06 19:55:41 +00:00
parent 2f7e22c4f7
commit db85180d1e
1 changed files with 3 additions and 3 deletions

View File

@ -361,9 +361,9 @@ class NPF
private static function addBlock(string $text, array $formatting, array $npf, array $callstack): array
{
$block = [
'type' => 'text',
'subtype' => '',
'text' => $text,
'type' => 'text',
'subtype' => '',
'text' => $text,
];
if (!empty($formatting)) {