[ThePirateBayBridge] Fix PHPCS code violations
This commit is contained in:
parent
b440a6fdc6
commit
38960df180
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue