mirror of
https://github.com/YGGverse/Pulsar.git
synced 2025-01-25 22:14:26 +00:00
append missed new lines
This commit is contained in:
parent
94f4dafa52
commit
e544263510
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user