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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user