apply phpcbf to TwitterBridge.php

This commit is contained in:
Matt DeMoss 2018-01-11 19:25:46 -05:00
parent 5ed2f53ddc
commit 4e4dff207c

View File

@ -160,7 +160,6 @@ class TwitterBridge extends BridgeAbstract {
// generate the title
$item['title'] = strip_tags($this->fixAnchorSpacing($tweet->find('p.js-tweet-text', 0), '<a>'));
switch($this->queriedContext) {
case 'By list':
// Check if filter applies to list (using raw content)
@ -173,7 +172,6 @@ class TwitterBridge extends BridgeAbstract {
default:
}
$this->processContentLinks($tweet);
$this->processEmojis($tweet);