mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[TwitterBridge] Fix coding style
This commit is contained in:
parent
485b465a24
commit
c986ff9116
@ -107,10 +107,10 @@ class TwitterBridge extends BridgeAbstract {
|
||||
}
|
||||
|
||||
// Skip protmoted tweets
|
||||
$heading=$tweet->previousSibling();
|
||||
$heading = $tweet->previousSibling();
|
||||
if(!is_null($heading) &&
|
||||
$heading->getAttribute('class')==='promoted-tweet-heading'
|
||||
){
|
||||
$heading->getAttribute('class') === 'promoted-tweet-heading'
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user