Skip to content

Commit 8aa56a2

Browse files
committed
minor #618 [Demo] Fix CS (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Demo] Fix CS | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 2eced25 Fix code style issues
2 parents ef82b5a + 2eced25 commit 8aa56a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/Blog/FeedLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function load(?string $source, array $options = []): iterable
4949
$content = $contentEncoded ? (new Crawler($contentEncoded))->text() : '';
5050
$author = $node->filter('dc\:creator')->text() ?: '';
5151
$pubDate = $node->filter('pubDate')->text();
52-
52+
5353
$posts[] = new Post(
5454
Uuid::v5(Uuid::fromString('6ba7b810-9dad-11d1-80b4-00c04fd430c8'), $title),
5555
$title,

0 commit comments

Comments
 (0)