Fix more standards
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user