Fix more standards
This commit is contained in:
parent
2f7e22c4f7
commit
db85180d1e
1 changed files with 3 additions and 3 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in a new issue