mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 08:07:33 +02:00
Normalize some method calls (#2911)
The methods were called as static even though they were not.
This commit is contained in:
@@ -39,7 +39,7 @@ class TwitterEngineeringBridge extends FeedExpander
|
||||
return $item;
|
||||
}
|
||||
|
||||
private function getCategoriesFromTags($article_html)
|
||||
private static function getCategoriesFromTags($article_html)
|
||||
{
|
||||
$tags_list_items = [$article_html->find('.post__tags > ul > li')];
|
||||
$categories = [];
|
||||
|
Reference in New Issue
Block a user