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

@ -159,8 +159,7 @@ class TwitterBridge extends BridgeAbstract {
$item['timestamp'] = $tweet->find('span.js-short-timestamp', 0)->getAttribute('data-time');
// 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)
@ -172,7 +171,6 @@ class TwitterBridge extends BridgeAbstract {
break;
default:
}
$this->processContentLinks($tweet);
$this->processEmojis($tweet);