Skip to content

Commit

Permalink
[ThePirateBayBridge] Fix PHPCS code violations
Browse files Browse the repository at this point in the history
  • Loading branch information
teromene committed Sep 6, 2019
1 parent b440a6f commit 38960df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bridges/ThePirateBayBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,10 @@ function parseDateTimestamp($element){
. $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;
}
Expand Down

0 comments on commit 38960df

Please sign in to comment.