forked from blallo/rss-bridge
fix indentation
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
1f85a2294d
commit
78b4500ba4
1 changed files with 15 additions and 15 deletions
|
@ -1,9 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* RssBridgeLWNprev
|
* RssBridgeLWNprev
|
||||||
*
|
*
|
||||||
* @name LWNPrev Bridge
|
* @name LWNPrev Bridge
|
||||||
* @description Returns the articles from the previous LWN.net edition
|
* @description Returns the articles from the previous LWN.net edition
|
||||||
*/
|
*/
|
||||||
class LWNprevBridge extends BridgeAbstract{
|
class LWNprevBridge extends BridgeAbstract{
|
||||||
public function loadMetadatas() {
|
public function loadMetadatas() {
|
||||||
|
|
Loading…
Reference in a new issue