diff --git a/src/Content/Text/NPF.php b/src/Content/Text/NPF.php index ea9304306e..2f0b360837 100644 --- a/src/Content/Text/NPF.php +++ b/src/Content/Text/NPF.php @@ -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)) {