Browse Source

append missed new lines

main
yggverse 2 months ago
parent
commit
e544263510
  1. 6
      src/Controller/Server/Nex.php

6
src/Controller/Server/Nex.php

@ -112,7 +112,7 @@ class Nex implements MessageComponentInterface @@ -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 @@ -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 @@ -202,7 +202,7 @@ class Nex implements MessageComponentInterface
\Yggverse\Pulsar\Model\Filter::string(
$channelItem->title
)
);
) . PHP_EOL;
if ($channelItem->description)
{

Loading…
Cancel
Save