mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-24 23:37:18 +00:00
[Rue89Bridge] Fix style.
This commit is contained in:
parent
110b865a54
commit
0b792d77eb
@ -18,7 +18,7 @@ class Rue89Bridge extends BridgeAbstract {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getArticle($articleInfo) {
|
private function getArticle($articleInfo) {
|
||||||
|
|
||||||
$articleJson = getContents($articleInfo->json_url) or die('Unable to get article !');
|
$articleJson = getContents($articleInfo->json_url) or die('Unable to get article !');
|
||||||
$article = json_decode($articleJson);
|
$article = json_decode($articleJson);
|
||||||
|
Loading…
Reference in New Issue
Block a user