mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-30 14:49:53 +02:00
fix annoying phpcs
This commit is contained in:
parent
ef9eaa3da6
commit
3c5fd7b769
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue