append missed new lines

This commit is contained in:
yggverse 2024-05-07 08:41:25 +03:00
parent 94f4dafa52
commit e544263510

View File

@ -112,7 +112,7 @@ class Nex implements MessageComponentInterface
\Yggverse\Pulsar\Model\Filter::string(
$channelItem->title
)
);
) . PHP_EOL;
}
if ($channelItem->pubTime)
@ -185,7 +185,7 @@ class Nex implements MessageComponentInterface
\Yggverse\Pulsar\Model\Filter::string(
$channel->title
)
);
) . PHP_EOL;
}
if ($channel->description)
@ -202,7 +202,7 @@ class Nex implements MessageComponentInterface
\Yggverse\Pulsar\Model\Filter::string(
$channelItem->title
)
);
) . PHP_EOL;
if ($channelItem->description)
{