[Numerama] Coding style: reindent code
This commit is contained in:
parent
95acb218b4
commit
0e27a6ebab
1 changed files with 44 additions and 44 deletions
|
@ -3,11 +3,11 @@ class NumeramaBridge extends BridgeAbstract{
|
|||
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "mitsukarenai";
|
||||
$this->name = "Numerama";
|
||||
$this->uri = "http://www.numerama.com/";
|
||||
$this->description = "Returns the 5 newest posts from Numerama (full text)";
|
||||
$this->update = "2015-10-12";
|
||||
$this->maintainer = 'mitsukarenai';
|
||||
$this->name = 'Numerama';
|
||||
$this->uri = 'http://www.numerama.com/';
|
||||
$this->description = 'Returns the 5 newest posts from Numerama (full text)';
|
||||
$this->update = '2015-10-12';
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue