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;
}