mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 15:06:53 +00:00
Dealabs : coding style fix
This commit is contained in:
parent
bc9f37d943
commit
41781fe3e7
@ -399,9 +399,9 @@ class DealabsBridge extends BridgeAbstract {
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
switch($this->queriedContext){
|
||||
switch($this->queriedContext) {
|
||||
case 'Recherche par Mot(s) clé(s)':
|
||||
return self::NAME . ' - Recherche : '. $this->getInput('q') ;
|
||||
return self::NAME . ' - Recherche : '. $this->getInput('q');
|
||||
break;
|
||||
case 'Deals par groupe':
|
||||
$values = self::PARAMETERS['Deals par groupe']['groupe']['values'];
|
||||
|
Loading…
Reference in New Issue
Block a user