From: Michael Date: Thu, 6 Apr 2023 19:55:41 +0000 (+0000) Subject: Fix more standards X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=db85180d1e023c12682ea9b898a54459a3696c05;p=friendica.git Fix more standards --- 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)) {