We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef82b5a commit 2eced25Copy full SHA for 2eced25
demo/src/Blog/FeedLoader.php
@@ -49,7 +49,7 @@ public function load(?string $source, array $options = []): iterable
49
$content = $contentEncoded ? (new Crawler($contentEncoded))->text() : '';
50
$author = $node->filter('dc\:creator')->text() ?: '';
51
$pubDate = $node->filter('pubDate')->text();
52
-
+
53
$posts[] = new Post(
54
Uuid::v5(Uuid::fromString('6ba7b810-9dad-11d1-80b4-00c04fd430c8'), $title),
55
$title,
0 commit comments