Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored and github-actions[bot] committed Dec 31, 2023
1 parent 325aba6 commit 7015ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rex_api_neues_rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function execute()

// RSS-Feed generieren und ausgeben
echo self::getRssFeed($collection, $domain_id, $lang_id, $filename);
exit();
exit;
}

public static function getRssFeed($collection, $domain, $lang, $filename)
Expand All @@ -37,7 +37,7 @@ public static function createRssFeed($collection, $domain, $lang, $filename = 'r

$channel = $xml->addChild('channel');
$channel->addChild('title', rex::getServerName());
# $channel->addChild('description', $description);
// $channel->addChild('description', $description);
$channel->addChild('link', rex::getServer());

if ($lang) {
Expand Down

0 comments on commit 7015ab0

Please sign in to comment.