Skip to content

Commit

Permalink
Fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 7, 2024
1 parent eb211f9 commit 7d246b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Domains/Sources/SiteMapSource/SiteMapParserWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public function handle(string $url): Collection

$items = collect($parser->getURLs())
->transform(
/** @phpstan-ignore-next-line */
function ($item) {
return FeedItemDto::from(
[
Expand Down

0 comments on commit 7d246b3

Please sign in to comment.