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