mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-26 03:16:33 +03:00
[Rue89Bridge] Fix style.
This commit is contained in:
parent
110b865a54
commit
0b792d77eb
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@ class Rue89Bridge extends BridgeAbstract {
|
|||
|
||||
}
|
||||
|
||||
public function getArticle($articleInfo) {
|
||||
private function getArticle($articleInfo) {
|
||||
|
||||
$articleJson = getContents($articleInfo->json_url) or die('Unable to get article !');
|
||||
$article = json_decode($articleJson);
|
||||
$article = json_decode($articleJson);
|
||||
$item = array();
|
||||
$item['title'] = $article->title;
|
||||
$item['uri'] = $article->url;
|
||||
|
|
Loading…
Reference in a new issue