Skip to content

Commit

Permalink
Lint code [WEB-2638]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Aug 18, 2023
1 parent 2576ddd commit 7b1365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Article.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public function toFeedItem(): FeedItem

curl_close($ch);

$item = array_merge ($item, [
$item = array_merge($item, [
'enclosure' => $heroImage ? $heroImage['src'] : null,
'enclosureLength' => $length,
'enclosureType' => $type,
Expand Down

0 comments on commit 7b1365c

Please sign in to comment.