]> git.mxchange.org Git - friendica.git/commitdiff
Fix more standards
authorMichael <heluecht@pirati.ca>
Thu, 6 Apr 2023 19:55:41 +0000 (19:55 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 6 Apr 2023 19:55:41 +0000 (19:55 +0000)
src/Content/Text/NPF.php

index ea9304306e5d07acde24e48b71b1a590c83fe0ad..2f0b36083741a7c9fa0048717d430176ad63e3e2 100644 (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)) {