[ThePirateBayBridge] Fix PHPCS code violations

This commit is contained in:
Lyra 2019-09-06 10:55:15 +02:00
parent b440a6fdc6
commit 38960df180
1 changed files with 1 additions and 3 deletions

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