mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[ThePirateBayBridge] Fix PHPCS code violations
This commit is contained in:
parent
b440a6fdc6
commit
38960df180
@ -164,12 +164,10 @@ class ThePirateBayBridge extends BridgeAbstract {
|
|||||||
. $item['leechers']
|
. $item['leechers']
|
||||||
. '<br><a href="'
|
. '<br><a href="'
|
||||||
. $item['id']
|
. $item['id']
|
||||||
. '">info page</a>'
|
. '">info page</a><br><a href="'
|
||||||
. '<br><a href="'
|
|
||||||
. $item['magnet']
|
. $item['magnet']
|
||||||
. '">magnet link</a>';
|
. '">magnet link</a>';
|
||||||
|
|
||||||
|
|
||||||
if(isset($item['title']))
|
if(isset($item['title']))
|
||||||
$this->items[] = $item;
|
$this->items[] = $item;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user