Skip to content

Commit 2eced25

Browse files
committed
Fix code style issues
Remove trailing whitespace in FeedLoader.php to comply with project coding standards.
1 parent ef82b5a commit 2eced25

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)