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 private static function addBlock(string $text, array $formatting, array $npf, array $callstack): array
{ {
$block = [ $block = [
'type' => 'text', 'type' => 'text',
'subtype' => '', 'subtype' => '',
'text' => $text, 'text' => $text,
]; ];
if (!empty($formatting)) { if (!empty($formatting)) {