Skip to content

Commit

Permalink
fix codestyle violation
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Vidulich <ben@vidulich.nz>
  • Loading branch information
zl4bv committed Aug 9, 2024
1 parent 36f3010 commit caaace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Fetcher/FeedFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function fetch(

if (!is_null($resource->getResponse()->getLastModified())) {
$feed->setHttpLastModified($resource->getResponse()->getLastModified()->format(DateTime::RSS));
} elseif(!is_null($lastModified)) {
} elseif (!is_null($lastModified)) {
$feed->setHttpLastModified($lastModified->format(DateTime::RSS));
}

Expand Down

0 comments on commit caaace3

Please sign in to comment.