Skip to content

Commit

Permalink
Fix styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieter Beck committed Aug 1, 2024
1 parent ed2412d commit fa085e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/examples/RssHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ protected function createFeed($data, $format = 'rss')
$entry->setLink($document['url']);
$entry->addAuthor([
'name' => $document['author'],
//'email' => '',
//'uri' => '',
// 'email' => '',
// 'uri' => '',
]);

$entry->setDateModified($document['dateUpdated']->getTimestamp());
Expand Down

0 comments on commit fa085e5

Please sign in to comment.