0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-01 11:02:56 +00:00

fix annoying phpcs

This commit is contained in:
Tone 2025-06-15 14:42:31 +02:00 committed by GitHub
parent ef9eaa3da6
commit 3c5fd7b769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@ class HeiseBridge extends FeedExpander
}
// abort on heise+ articles
if ($sessioncookie == '' && str_starts_with($item['title'], 'heise+ |')) {
$item['uri'] = 'https://archive.is/'.$item['uri'];
$item['uri'] = 'https://archive.is/' . $item['uri'];
return $item;
}