1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 13:50:23 +02:00

[ThePirateBayBridge] Fix PHPCS code violations

This commit is contained in:
Lyra
2019-09-06 10:55:15 +02:00
parent b440a6fdc6
commit 38960df180

View File

@@ -164,12 +164,10 @@ class ThePirateBayBridge extends BridgeAbstract {
. $item['leechers']
. '<br><a href="'
. $item['id']
. '">info page</a>'
. '<br><a href="'
. '">info page</a><br><a href="'
. $item['magnet']
. '">magnet link</a>';
if(isset($item['title']))
$this->items[] = $item;
}