From db85180d1e023c12682ea9b898a54459a3696c05 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 6 Apr 2023 19:55:41 +0000 Subject: [PATCH] Fix more standards --- src/Content/Text/NPF.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) {