[Numerama] Coding style: reindent code

This commit is contained in:
ORelio 2016-07-19 19:35:43 +02:00
parent 95acb218b4
commit 0e27a6ebab
1 changed files with 44 additions and 44 deletions

View File

@ -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';
}